summaryrefslogtreecommitdiff
path: root/src/modules/extra
AgeCommit message (Expand)Author
2006-12-11This is better now.brain
2006-12-11Someone forgot to add the copyright headers here :pbrain
2006-12-11And give it error checking... whoops.brain
2006-12-11Pinch simple output buffering from m_ssl_opensslbrain
2006-12-11Tidyup comments and debugbrain
2006-12-11Finally got read buffering working properlybrain
2006-12-11*annoyance*brain
2006-12-11Damnit damnit damnit!brain
2006-12-11This should do it.brain
2006-12-11Rethinkbrain
2006-12-11Grr.brain
2006-12-11More tweaksbrain
2006-12-11Increase CHUNKbrain
2006-12-11more stuff :pbrain
2006-12-11Testbrain
2006-12-11More crapbrain
2006-12-11Tons of debug, dont usebrain
2006-12-11Debug stuff, and some minor fixesbrain
2006-12-11Untested, new clever pointer voodoo class for binary-safe ziplinks output buf...brain
2006-12-10Change this to prepend its lines to stats z which already shows misc statsbrain
2006-12-10Add very funky stats C (compression statistics) for people using m_ziplinksbrain
2006-12-10Record compression ratio stats for a /stats char (this isnt finished yet)brain
2006-12-10Fix m_conn_waitpong not to use base64 uneccessarily.brain
2006-12-10Update comment's ascii diagram to be more like those in an RFCbrain
2006-12-10Rename ssl.h -> transport.h, as its now used for ziplinksbrain
2006-12-10Add buffering of last frame, if we dont read the whole framebrain
2006-12-10More stuffbrain
2006-12-10Tweaksbrain
2006-12-10Change namebrain
2006-12-10This compiles, but isnt tested yet. DO NOT USE.brain
2006-12-10Fix for end of handshake detection, HANDSHAKEN is a silly name for a const :/brain
2006-12-09Make it all work properly. Have it wait for handshake to complete before send...brain
2006-12-09It works! WOO AND YAY! (this isnt finished yet, only an idiot would use this ...brain
2006-12-09Move thisbrain
2006-12-09Add the stuff required for the InspSocketHook interfacebrain
2006-12-09Whoopsbrain
2006-12-09Rename ssl_cert.h to ssl.h, it will contain the interface for hooking inspsoc...brain
2006-12-09Add OnRawSocketConnect, we've not had it till now because we've not needed it :)brain
2006-12-05This has changed again, i suggest you dont bother trying to keep up till im d...brain
2006-12-04More $ModDep stuffbrain
2006-12-04Update $ModDep lines so that these properly depend on their headers in the ma...brain
2006-11-26Add a description to an exception in the constructor, also reformat all the i...brain
2006-11-25Improve openssl detectionbrain
2006-11-24whoops, !defined not undef!brain
2006-11-24Make this smarter when we dont have pkg-configbrain
2006-11-24More fixesbrain
2006-11-24Fixesbrain
2006-11-24Smarter openssl detectionbrain
2006-11-21fix for bug #175, change OnUserRegister to return int, and if greater than 0 ...peavey
2006-11-21Fixed gnutls_rpath.pl to do rpath for all paths, not just gnutls - this fixes...special