about summary refs log tree commit diff
AgeCommit message (Expand)Author
2005-07-24add reverse lookup checkFlorian Westphal
2005-07-23Added "STRIP_FROM_PATH" variable to generate relative path names.Alexander Barton
2005-07-22Eliminate some compiler warnings ("unused parameter").Alexander Barton
2005-07-22Added style definitions for source code listings.Alexander Barton
2005-07-22New subdirectory "doc/src" for the source code documentation.Alexander Barton
2005-07-22Moved "srcdoc" target from src/Makefile to doc/Makefile.Alexander Barton
2005-07-22Removed "srcdoc" target for src/ tree (now in doc/ subdirectory).Alexander Barton
2005-07-22New subdirectory "src" for the source code documentation, and new makeAlexander Barton
2005-07-22New files for the Doxygen source code documentation system.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-09Updated some URLs in the documentation.Alexander Barton
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-08Updated documentation.Alexander Barton
2005-07-08Added "doc/Zeroconf.txt" to distribution.Alexander Barton
2005-07-08Renamed "Rendezvous" to "Zeroconf".Alexander Barton
2005-07-08New section "runtime".Alexander Barton
2005-07-08Whitespace fixes.Alexander Barton
2005-07-07safemult_uint(): return boolFlorian Westphal
2005-07-07document b0rken resolver on GNU/LinuxFlorian Westphal
2005-07-07new buffer/IO API.Florian Westphal
2005-07-07test for epoll and kqueue supportFlorian 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
2005-07-07removed Resolve_Init()Florian Westphal
2005-07-05Fixed maximum length of user names, now allow up to 9 characters.Alexander Barton
2005-07-02Updated documentation.Alexander Barton
2005-07-02Handle oversized messages which should be sent to the network better.Alexander Barton