summaryrefslogtreecommitdiff
path: root/source4/lib/stream
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij1-1/+0
2007-10-10r13962: make functions publicStefan Metzmacher1-19/+19
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-0/+1
2007-10-10r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij1-1/+1
2007-10-10r11967: Fix more 64-bit warnings.Tim Potter1-2/+2
2007-10-10r11870: fixed the problem volker reported with the RPX-XPLOGIN test. TheAndrew Tridgell1-1/+37
2007-10-10r11713: separate out the setting of the fde in the packet context from theAndrew Tridgell2-5/+14
2007-10-10r11712: avoid changing the fde flags unless really neededAndrew Tridgell1-6/+9
2007-10-10r11642: add some error checksStefan Metzmacher1-2/+8
2007-10-10r11636: a bit neater solution to the nt_cancel problemAndrew Tridgell2-1/+18
2007-10-10r11630: another fix for over-reading in the packet code. This time get theAndrew Tridgell1-4/+12
2007-10-10r11629: fixed a bug found with the socket:testnonblock code. With randomisedAndrew Tridgell1-0/+1
2007-10-10r11627: give the caller much more control over the stream to packet process,Andrew Tridgell2-2/+46
2007-10-10r11618: added a generic '32 bit length prefix' full packet helper to the pack...Andrew Tridgell2-4/+21
2007-10-10r11605: added handling of the send queue to the generic packet handling codeAndrew Tridgell2-0/+65
2007-10-10r11602: added packet_set_serialise() to allow the generic packet layer toAndrew Tridgell2-0/+29
2007-10-10r11595: added a helper layer to parse streams into individual packets. This isAndrew Tridgell3-0/+368