aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2003-04-17Apply algebra; remove a conditionNick Mathewson
2003-04-17tv_udiff: do not modify arguments, and compute results correctly.Nick Mathewson
2003-04-1717 does not divide 1024, but it can stomp some interesting pointers and segfa...Nick Mathewson
2003-04-17Fix test.h to have once-only evalutation of argumentsNick Mathewson
2003-04-16more cleanupRoger Dingledine
2003-04-16further cleanup, test.c still has some bugsRoger Dingledine
2003-04-16Factor out cell packing and unpackingNick Mathewson
2003-04-16Remove the last vestige of code that claims to know the inner structure of an...Nick Mathewson
2003-04-16bugfix: make onions work againRoger Dingledine
2003-04-16Factor out timeval-related functions.Nick Mathewson
2003-04-16Remove the notion of "onion ciphers"; make packing and unpacking separate fnsNick Mathewson
2003-04-16add missing prototypeRoger Dingledine
2003-04-16Tests for crypto; more tests for buffersNick Mathewson
2003-04-16divorce circuit building from user connectionsRoger Dingledine
2003-04-15Introduce a few unit tests (from older code), refactor compression setup/tear...Nick Mathewson
2003-04-11make it work (heh)Roger Dingledine
2003-04-11refactored some duplicate code into connection_edge.cRoger Dingledine
2003-04-08bugfix: make onion proxies actually obey their requested bandwidthRoger Dingledine
2003-04-08let the 'test' binary build from the source distribRoger Dingledine
2003-04-08put most of the remaining exit policy stuff inRoger Dingledine
2003-04-07First test addedNick Mathewson
2003-04-07parse exit policy linesRoger Dingledine
2003-04-07Add magic to end of C files to make emacs happy; split test invocation into s...Nick Mathewson
2003-04-05make servers tolerate the dns bug.Roger Dingledine
2003-04-05begin cells are now address:port, not address,portRoger Dingledine
2003-04-04remove obsolete httpapRoger Dingledine
2003-04-04remove obsolete smtpapRoger Dingledine
2003-03-24move cell size to 256. seems to work (?)Roger Dingledine
2003-03-24get rid of those nasty tabsRoger Dingledine
2003-03-24fix rare race conditionRoger Dingledine
2003-03-19Fix message when decompressingNick Mathewson
2003-03-19Be loud when decompressingNick Mathewson
2003-03-19obsolete notion of 'role' from config filesRoger Dingledine
2003-03-19Make decompression loud.Nick Mathewson
2003-03-19kludge because openssl and zlib both typedef free_func :(Roger Dingledine
2003-03-19fix arg bug; reduce confusion in package_raw_inbufRoger Dingledine
2003-03-19Add other side of half-open-connection logic (still disabledNick Mathewson
2003-03-19cleaner errorsRoger Dingledine
2003-03-19Be clear about whether we are using half-open connectionsNick Mathewson
2003-03-19Fix bug in client_send_authNick Mathewson
2003-03-19Fix client_process_authNick Mathewson
2003-03-19Correct defeatest attitude in crypto_new_cipher_envNick Mathewson
2003-03-19Fix op handshake for longer keysNick Mathewson
2003-03-19Add a missing long cast to log.c for portabilityNick Mathewson
2003-03-19Finish zlib and half-open; switch to 3des (ede/ofb)Nick Mathewson
2003-03-19Make Makefile.am nonbrokenNick Mathewson
2003-03-19Refactor block ciphers; add 3desNick Mathewson
2003-03-18greatly simplify this notion of 'roles':Roger Dingledine
2003-03-17Do not uncompress from z_outbuf to outbuf unless outbuf is less than maximal...Nick Mathewson
2003-03-17Add code for end-to-end zlib compression. Still needs flow-controlNick Mathewson