summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add tevent_req_simple_recv_ntstatus()Volker Lendecke2009-03-242-0/+11
* libreplace: use libreplace_SAVE_CPPFLAGS instead of SAVE_CPPFLAGSMichael Adam2009-03-231-2/+2
* socket_wrapper: fix connect() for dgram sockets, if the destination isn't the...Stefan Metzmacher2009-03-231-4/+52
* talloc_array_length: talloc_get_size deals fine with NULLVolker Lendecke2009-03-221-1/+1
* Revert "socket_wrapper: fix connect() for dgram sockets, if the destination i...Stefan Metzmacher2009-03-221-7/+3
* Revert "Add a basic Doxyfile for talloc"Volker Lendecke2009-03-221-8/+0
* Revert "Convert the contents of talloc_guide.txt to doxygen-style talloc.h co...Volker Lendecke2009-03-221-1023/+1
* Revert "Delete talloc_guide.txt"Volker Lendecke2009-03-221-0/+694
* Revert "Add a default "undocumented" module"Volker Lendecke2009-03-221-9/+0
* Revert "Add some initial hook to the front page"Volker Lendecke2009-03-221-3/+0
* Revert "Reformatting"Volker Lendecke2009-03-221-10/+5
* Revert "Document talloc_pool()"Volker Lendecke2009-03-221-35/+0
* Revert "Add a talloc_internal "module""Volker Lendecke2009-03-221-9/+0
* Revert "Document _talloc"Volker Lendecke2009-03-221-10/+1
* Revert "Document TALLOC_FREE()"Volker Lendecke2009-03-221-10/+0
* Revert "Document talloc_parent, talloc_parent_name and talloc_is_parent"Volker Lendecke2009-03-221-29/+0
* Revert "Document talloc_zero_array()"Volker Lendecke2009-03-221-16/+0
* Document talloc_zero_array()Volker Lendecke2009-03-211-0/+16
* Document talloc_parent, talloc_parent_name and talloc_is_parentVolker Lendecke2009-03-211-0/+29
* Document TALLOC_FREE()Volker Lendecke2009-03-211-0/+10
* Document _tallocVolker Lendecke2009-03-211-1/+10
* Add a talloc_internal "module"Volker Lendecke2009-03-211-0/+9
* Document talloc_pool()Volker Lendecke2009-03-211-0/+35
* ReformattingVolker Lendecke2009-03-211-5/+10
* Add some initial hook to the front pageVolker Lendecke2009-03-211-0/+3
* Add a default "undocumented" moduleVolker Lendecke2009-03-211-0/+9
* Delete talloc_guide.txtVolker Lendecke2009-03-211-694/+0
* Convert the contents of talloc_guide.txt to doxygen-style talloc.h commentsVolker Lendecke2009-03-211-1/+1023
* Add a basic Doxyfile for tallocVolker Lendecke2009-03-211-0/+8
* socket_wrapper: fix connect() for dgram sockets, if the destination isn't the...Stefan Metzmacher2009-03-211-3/+7
* lib/util: build tevent_unix.o and tevent_ntstatus.o as UTIL_TEVENT subsystemStefan Metzmacher2009-03-191-1/+8
* lib/tsocket: add tsocket_guide.txt section with specific details about bsd st...Stefan Metzmacher2009-03-191-0/+79
* lib/tsocket: add a fast path to tsocket_writev_send/recv()Stefan Metzmacher2009-03-191-0/+10
* lib/tsocket: add a fast path to tsocket_sendto_send/recv()Stefan Metzmacher2009-03-191-0/+10
* lib/tsocket: add tsocket_guide.txt section about the async _send/recv() helpe...Stefan Metzmacher2009-03-191-0/+142
* lib/tsocket: add tsocket_readv_send/recv()Stefan Metzmacher2009-03-193-1/+235
* lib/tsocket: add tsocket_writev_queue_send/recv()Stefan Metzmacher2009-03-192-0/+126
* lib/tsocket: add tsocket_writev_send/recv()Stefan Metzmacher2009-03-193-1/+195
* lib/tsocket: add tsocket_connect_send/recv()Stefan Metzmacher2009-03-193-1/+129
* lib/tsocket: add tsocket_sendto_queue_send/recv()Stefan Metzmacher2009-03-192-0/+133
* lib/tsocket: add tsocket_sendto_send/recv()Stefan Metzmacher2009-03-193-1/+145
* lib/tsocket: add tsocket_recvfrom_send/recv()Stefan Metzmacher2009-03-193-2/+178
* lib/tsocket: add an implementation for bsd style sockets.Stefan Metzmacher2009-03-193-1/+1169
* lib/tsocket: add a tsocket_guide.txt with a description of the designStefan Metzmacher2009-03-191-0/+282
* lib/tsocket: add some useful helper functionsStefan Metzmacher2009-03-193-1/+183
* lib/tsocket: add generic socket abstraction layerStefan Metzmacher2009-03-194-0/+518
* tevent: fix the nesting logicStefan Metzmacher2009-03-191-7/+7
* fixed a logic bug in the tevent nesting codeAndrew Tridgell2009-03-191-1/+13
* build: fix detection of netinet/ip.h on FreeBSDTimur2009-03-171-0/+1
* build: format the header check for netinet/ip.h more nicelyTimur2009-03-171-6/+8