log tv_sec in call to yaz_poll
[pazpar2-moved-to-github.git] / src / eventl.c
2015-09-01 Adam Dickmeisslog tv_sec in call to yaz_poll
2014-08-22 Adam Dickmeisspoll: add assert for number of FDs; abort on poll failure
2014-08-19 Adam DickmeissMerge with master
2014-08-14 Adam Dickmeissevent: do not poll unless IOCHAN flag is set
2014-08-13 Adam DickmeissOnly inspect for proper FD
2014-08-13 Adam DickmeissUse IOCHAN for poll result inspection
2014-08-13 Adam DickmeissCheck for unistd.h presense
2014-08-13 Adam DickmeissRemove unsed functuion pazpar2_sleep
2014-08-13 Adam DickmeissUse simpler var for timeout in event loop
2014-08-13 Adam DickmeissReformat
2014-08-13 Adam Dickmeissevent loop fixes for threaded operation PAZ-947
2014-08-13 Adam DickmeissSimplify by using fact that yaz_poll ignores fd < 0...
2014-08-13 Adam DickmeissRe-use fds array; fix for sel_fd in use PAZ-947
2014-08-12 Adam DickmeissUsing yaz_poll rather than select PAZ-947
2014-01-03 Adam DickmeissHappy new year
2013-07-16 Adam DickmeissOnly fire one non-timeout event for Z39.50/SRU clients
2013-01-02 Adam DickmeissBump copyright year
2012-01-11 Adam DickmeissHappy new year
2011-04-06 Dennis SchafrothFix parameters on iochan_destroy_real
2011-03-30 Dennis SchafrothStupid pointer errors on refactoring
2011-03-30 Dennis SchafrothFix usage counters. Add conditonal on print_meminfo...
2011-03-28 Dennis SchafrothChannel counting. New iochan_destroy_real.
2011-01-07 Adam DickmeissHappy new year
2010-05-17 Dennis SchafrothFix the log statement on sel file descriptor (sel_fd)
2010-05-04 Dennis SchafrothFix: destroy the iochan manager mutex
2010-04-29 Dennis SchafrothSimplify the channel_list mutex locking. Fixed C90...
2010-04-27 Dennis SchafrothIndented.
2010-04-27 Dennis SchafrothMerge branch 'master' into channel_list_mutex
2010-04-27 Dennis SchafrothAdded iochan_man iterator: Protects the initial node...
2010-04-27 Adam DickmeissRemove maskfun/socketfun
2010-04-13 Adam DickmeissAdd pazpar2_sleep utility
2010-03-30 Adam DickmeissRemove iochan_setevent logic. Not in use anymore
2010-03-25 Adam DickmeissLog number of event channels
2010-03-25 Adam DickmeissRemove two YLOG_DEBUG logs
2010-03-22 Adam DickmeissYAZ log level "iochan" for event handling logs
2010-03-12 Adam DickmeissEnable event debug
2010-03-12 Adam DickmeissLogging channels and mutexes + a few other things
2010-03-11 Adam Dickmeissiochan_man_destroy destroys channels
2010-02-23 Adam DickmeissHonor max_idle for non-fd IOCHANs
2010-02-22 Adam DickmeissFix IOCHAN destruction
2010-02-22 Adam DickmeissSimplify check for destructed IOCHAN
2010-02-22 Adam DickmeissSimplify IOCHAN destrouction
2010-02-22 Adam Dickmeissevents: fix event type being propagated
2010-02-15 Adam DickmeissEvent manager do not produce log output by default
2010-02-03 Adam DickmeissNumber of worker-threads controlled by main config
2010-01-27 Adam DickmeissHighly experimental boss-worker socket handler
2010-01-27 Adam DickmeissSmall IOCHAN refactor. Introduce iochan_man_t
2010-01-14 Adam DickmeissBump copyright year
2009-01-16 Adam DickmeissUpdated footer comment
2009-01-12 Adam DickmeissHappy new year
2008-10-16 Adam DickmeissSimplify if stmt
2008-07-21 Sebastian HammerAdded ZOOM support, only raw ingest missing at this...
2008-04-22 Adam DickmeissIncorporate Windos services (sc).
2008-04-20 Adam DickmeissAdded check for Unix specific headers and harmonize...
2008-04-20 unknownPazpar2 compiles on Windows. But does not yet work
2008-04-14 Adam Dickmeissautoheader generates config.h instead of cconfig.h.
2008-04-14 Adam DickmeissUpdated source file headers with new year and no CVS Id.
2007-10-02 Adam DickmeissLower _connect_ timeout to 15 seconds.
2007-07-09 Adam DickmeissAdded include of sys/time.h
2007-04-20 Adam DickmeissFix hard-coded 30 second limit. Unfortunately we have...
2007-04-10 Adam DickmeissGPLv2. Added appendix with full license. Added refernec...
2007-04-08 Adam DickmeissMoved HTTP channel address from struct iochan to struct...
2007-03-28 Marc Crommegetting the paraz2 server host and port info from the...
2007-01-08 Adam DickmeissAutomaked pazpar2. Bug #799. Preprocessor defines are...
2006-12-20 Sebastian HammerReorganized source tree