about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)Author
2005-08-27fix kevent() warning on powerpc-apple-darwin8-gcc-4.0.0Florian Westphal
2005-08-27remove unneeded call io_event_kqueue_commit_cache()Florian Westphal
2005-08-27return PING argument in PONG reply if STRICT_RFC is not defined.Florian Westphal
2005-08-25Changed log level of "Initialization failed" message from ERR to ALERT.Alexander Barton
2005-08-25Fixed line lengths ...Alexander Barton
2005-08-15Fixed format string bug in "connection statistics" message; code cleanups.Alexander Barton
2005-08-12Made test script run a longer time.Alexander Barton
2005-08-12Set timeout.Alexander Barton
2005-08-12Detect source directory correctly.Alexander Barton
2005-08-02The KILL command killed much more than desired (including server links!)Alexander Barton
2005-08-02Removed some line feeds in debug statements.Alexander Barton
2005-07-31Removed unnecessary #define of "LOCAL", now use plain C "static" instead.Alexander Barton
2005-07-30Removed "U" unsignet suffix: caused problems with older compilers and isAlexander Barton
2005-07-29internal changes needed for future ssl supportFlorian Westphal
2005-07-28topic no longer limited to 127 chars (now only limited by protocol)Florian Westphal
2005-07-28changed RES_STAT buffer to arrayFlorian Westphal
2005-07-28add array_cat0_temporary() and array_init()Florian Westphal
2005-07-25Reverse lookup now checks result by additional forward lookupFlorian Westphal
2005-07-24add reverse lookup checkFlorian Westphal
2005-07-22Eliminate some compiler warnings ("unused parameter").Alexander Barton
2005-07-22Removed "srcdoc" target for src/ tree (now in doc/ subdirectory).Alexander Barton
2005-07-17change Handle_OPERATOR() formattingFlorian Westphal
2005-07-14prevent io_masterfd leak when library_init() is called twiceFlorian Westphal
2005-07-14Cleaned up some log messages.Alexander Barton
2005-07-14Brought some debug log messages "in line".Alexander Barton
2005-07-14Reformatted some comments.Alexander Barton
2005-07-13removed unneeded variable "bsize"Florian Westphal
2005-07-12add better error checks for io_ routinesFlorian Westphal
2005-07-12removed unneeded return statementFlorian Westphal
2005-07-11fix embarassing buffer-off-by oneFlorian Westphal
2005-07-11make Conn_NewListener local to conn.cFlorian Westphal
2005-07-11made a few config options unsigned.Florian Westphal
2005-07-11change assertions to stop splint from complainingFlorian Westphal
2005-07-10s/strcpy/strlcpy/Florian Westphal
2005-07-09minor cosmetic changesFlorian Westphal
2005-07-09removed some Debug-Code.Florian Westphal
2005-07-09io_library_shutdown: return voidFlorian Westphal
2005-07-08Only setuid()/setgid() if it differs from current UID/GID.Alexander Barton
2005-07-08Use "ServerUID" (and not internal variable name) for error message.Alexander Barton
2005-07-08Renamed "Rendezvous" to "Zeroconf".Alexander Barton
2005-07-07safemult_uint(): return boolFlorian Westphal
2005-07-07use new io event API.Florian Westphal
2005-07-07use dynamically sized unzip/zip bufferFlorian Westphal
2005-07-07new io/buffer api.Florian Westphal
2005-07-07remove FD_SETSIZE check (now in io_* functions)Florian Westphal
2005-07-07use dynamic io buffersFlorian Westphal
2005-07-07use new buffer APIFlorian Westphal
2005-07-07cleanup, use new io layer.Florian Westphal
2005-07-07add new IO layerFlorian Westphal
2005-07-07add new buffer abstraction layerFlorian Westphal