aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* 17 does not divide 1024, but it can stomp some interesting pointers and ↵Nick Mathewson2003-04-17
| | | | | | segfault the test suite svn:r244
* Fix test.h to have once-only evalutation of argumentsNick Mathewson2003-04-17
| | | | svn:r243
* more cleanupRoger Dingledine2003-04-16
| | | | svn:r242
* further cleanup, test.c still has some bugsRoger Dingledine2003-04-16
| | | | svn:r241
* Factor out cell packing and unpackingNick Mathewson2003-04-16
| | | | svn:r240
* Remove the last vestige of code that claims to know the inner structure of ↵Nick Mathewson2003-04-16
| | | | | | an onion on the network svn:r239
* bugfix: make onions work againRoger Dingledine2003-04-16
| | | | svn:r238
* Factor out timeval-related functions.Nick Mathewson2003-04-16
| | | | svn:r237
* Remove the notion of "onion ciphers"; make packing and unpacking separate fnsNick Mathewson2003-04-16
| | | | svn:r236
* add missing prototypeRoger Dingledine2003-04-16
| | | | svn:r235
* Tests for crypto; more tests for buffersNick Mathewson2003-04-16
| | | | svn:r234
* divorce circuit building from user connectionsRoger Dingledine2003-04-16
| | | | | | | | now we rebuild the circuit periodically (but only if it's been used), and we can further abstract it to do incremental circuit building, etc. svn:r233
* Introduce a few unit tests (from older code), refactor compression ↵Nick Mathewson2003-04-15
| | | | | | setup/teardown svn:r232
* make it work (heh)Roger Dingledine2003-04-11
| | | | svn:r231
* refactored some duplicate code into connection_edge.cRoger Dingledine2003-04-11
| | | | svn:r230
* bugfix: make onion proxies actually obey their requested bandwidthRoger Dingledine2003-04-08
| | | | svn:r229
* let the 'test' binary build from the source distribRoger Dingledine2003-04-08
| | | | svn:r228
* put most of the remaining exit policy stuff inRoger Dingledine2003-04-08
| | | | | | | route selection still doesn't pay attention to exit policies though svn:r227
* First test addedNick Mathewson2003-04-07
| | | | svn:r226
* parse exit policy linesRoger Dingledine2003-04-07
| | | | svn:r225
* Add magic to end of C files to make emacs happy; split test invocation into ↵Nick Mathewson2003-04-07
| | | | | | separate file. svn:r224
* make servers tolerate the dns bug.Roger Dingledine2003-04-05
| | | | svn:r223
* begin cells are now address:port, not address,portRoger Dingledine2003-04-05
| | | | | | | (breaks backward compatibility) svn:r222
* remove obsolete httpapRoger Dingledine2003-04-04
| | | | svn:r220
* remove obsolete smtpapRoger Dingledine2003-04-04
| | | | svn:r219
* move cell size to 256. seems to work (?)Roger Dingledine2003-03-24
| | | | svn:r218
* get rid of those nasty tabsRoger Dingledine2003-03-24
| | | | svn:r216
* fix rare race conditionRoger Dingledine2003-03-24
| | | | | | | | if the directory is remade while an OR is handshaking, the directory needs to become dirty again when the handshake succeeds svn:r215
* Fix message when decompressingNick Mathewson2003-03-19
| | | | svn:r214
* Be loud when decompressingNick Mathewson2003-03-19
| | | | svn:r213
* obsolete notion of 'role' from config filesRoger Dingledine2003-03-19
| | | | svn:r210
* Make decompression loud.Nick Mathewson2003-03-19
| | | | svn:r209
* kludge because openssl and zlib both typedef free_func :(Roger Dingledine2003-03-19
| | | | svn:r208
* fix arg bug; reduce confusion in package_raw_inbufRoger Dingledine2003-03-19
| | | | svn:r207
* Add other side of half-open-connection logic (still disabledNick Mathewson2003-03-19
| | | | svn:r206
* cleaner errorsRoger Dingledine2003-03-19
| | | | svn:r205
* Be clear about whether we are using half-open connectionsNick Mathewson2003-03-19
| | | | svn:r204
* Fix bug in client_send_authNick Mathewson2003-03-19
| | | | svn:r203
* Fix client_process_authNick Mathewson2003-03-19
| | | | svn:r202
* Correct defeatest attitude in crypto_new_cipher_envNick Mathewson2003-03-19
| | | | svn:r201
* Fix op handshake for longer keysNick Mathewson2003-03-19
| | | | svn:r200
* Add a missing long cast to log.c for portabilityNick Mathewson2003-03-19
| | | | svn:r199
* Finish zlib and half-open; switch to 3des (ede/ofb)Nick Mathewson2003-03-19
| | | | svn:r198
* Make Makefile.am nonbrokenNick Mathewson2003-03-19
| | | | svn:r197
* Refactor block ciphers; add 3desNick Mathewson2003-03-19
| | | | svn:r196
* greatly simplify this notion of 'roles':Roger Dingledine2003-03-18
| | | | | | | | if your ORPort is non-zero then you must connect to all nodes if your DirPort is non-zero then you must act like a directory server svn:r192
* Do not uncompress from z_outbuf to outbuf unless outbuf is less than ↵Nick Mathewson2003-03-17
| | | | | | maximally full svn:r188
* Add code for end-to-end zlib compression. Still needs flow-controlNick Mathewson2003-03-17
| | | | svn:r187
* Remove extraneous (and non-ansi) semisNick Mathewson2003-03-17
| | | | svn:r186
* Add daemon logicNick Mathewson2003-03-17
| | | | svn:r185