Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add missing prototype | Roger Dingledine | 2003-04-16 |
| | | | | svn:r235 | ||
* | Tests for crypto; more tests for buffers | Nick Mathewson | 2003-04-16 |
| | | | | svn:r234 | ||
* | divorce circuit building from user connections | Roger Dingledine | 2003-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 Mathewson | 2003-04-15 |
| | | | | | | setup/teardown svn:r232 | ||
* | make it work (heh) | Roger Dingledine | 2003-04-11 |
| | | | | svn:r231 | ||
* | refactored some duplicate code into connection_edge.c | Roger Dingledine | 2003-04-11 |
| | | | | svn:r230 | ||
* | bugfix: make onion proxies actually obey their requested bandwidth | Roger Dingledine | 2003-04-08 |
| | | | | svn:r229 | ||
* | put most of the remaining exit policy stuff in | Roger Dingledine | 2003-04-08 |
| | | | | | | | route selection still doesn't pay attention to exit policies though svn:r227 | ||
* | First test added | Nick Mathewson | 2003-04-07 |
| | | | | svn:r226 | ||
* | parse exit policy lines | Roger Dingledine | 2003-04-07 |
| | | | | svn:r225 | ||
* | Add magic to end of C files to make emacs happy; split test invocation into ↵ | Nick Mathewson | 2003-04-07 |
| | | | | | | separate file. svn:r224 | ||
* | make servers tolerate the dns bug. | Roger Dingledine | 2003-04-05 |
| | | | | svn:r223 | ||
* | begin cells are now address:port, not address,port | Roger Dingledine | 2003-04-05 |
| | | | | | | | (breaks backward compatibility) svn:r222 | ||
* | move cell size to 256. seems to work (?) | Roger Dingledine | 2003-03-24 |
| | | | | svn:r218 | ||
* | get rid of those nasty tabs | Roger Dingledine | 2003-03-24 |
| | | | | svn:r216 | ||
* | fix rare race condition | Roger Dingledine | 2003-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 decompressing | Nick Mathewson | 2003-03-19 |
| | | | | svn:r214 | ||
* | Be loud when decompressing | Nick Mathewson | 2003-03-19 |
| | | | | svn:r213 | ||
* | Make decompression loud. | Nick Mathewson | 2003-03-19 |
| | | | | svn:r209 | ||
* | kludge because openssl and zlib both typedef free_func :( | Roger Dingledine | 2003-03-19 |
| | | | | svn:r208 | ||
* | fix arg bug; reduce confusion in package_raw_inbuf | Roger Dingledine | 2003-03-19 |
| | | | | svn:r207 | ||
* | Add other side of half-open-connection logic (still disabled | Nick Mathewson | 2003-03-19 |
| | | | | svn:r206 | ||
* | cleaner errors | Roger Dingledine | 2003-03-19 |
| | | | | svn:r205 | ||
* | Be clear about whether we are using half-open connections | Nick Mathewson | 2003-03-19 |
| | | | | svn:r204 | ||
* | Fix bug in client_send_auth | Nick Mathewson | 2003-03-19 |
| | | | | svn:r203 | ||
* | Fix client_process_auth | Nick Mathewson | 2003-03-19 |
| | | | | svn:r202 | ||
* | Fix op handshake for longer keys | Nick Mathewson | 2003-03-19 |
| | | | | svn:r200 | ||
* | Finish zlib and half-open; switch to 3des (ede/ofb) | Nick Mathewson | 2003-03-19 |
| | | | | svn:r198 | ||
* | Make Makefile.am nonbroken | Nick Mathewson | 2003-03-19 |
| | | | | svn:r197 | ||
* | greatly simplify this notion of 'roles': | Roger Dingledine | 2003-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 Mathewson | 2003-03-17 |
| | | | | | | maximally full svn:r188 | ||
* | Add code for end-to-end zlib compression. Still needs flow-control | Nick Mathewson | 2003-03-17 |
| | | | | svn:r187 | ||
* | Remove extraneous (and non-ansi) semis | Nick Mathewson | 2003-03-17 |
| | | | | svn:r186 | ||
* | Add daemon logic | Nick Mathewson | 2003-03-17 |
| | | | | svn:r185 | ||
* | Add daemon option and bool config type | Nick Mathewson | 2003-03-17 |
| | | | | svn:r184 | ||
* | Add zlib to link step | Nick Mathewson | 2003-03-17 |
| | | | | svn:r183 | ||
* | respond to nick's question about link padding | Roger Dingledine | 2003-03-12 |
| | | | | | | | (nick: note that link padding is currently disabled) svn:r178 | ||
* | Make ACI anti-collision logic work; make sure that cells are filled with 0s. | Nick Mathewson | 2003-03-11 |
| | | | | svn:r176 | ||
* | lazy (just in time) directory rebuilding | Roger Dingledine | 2003-03-11 |
| | | | | svn:r174 | ||
* | pack into data cells more intelligently | Roger Dingledine | 2003-03-10 |
| | | | | svn:r173 | ||
* | be less noisy at -l info, now that flow control bug is solved | Roger Dingledine | 2003-03-10 |
| | | | | svn:r172 | ||
* | clean out obsolete cell types | Roger Dingledine | 2003-03-07 |
| | | | | svn:r170 | ||
* | remove the mystery int32 from the or-to-or handshake | Roger Dingledine | 2003-03-07 |
| | | | | | | | | thanks nick :) (note: this change breaks backward compatibility) svn:r169 | ||
* | clean up prepare_for_poll() so it's fast | Roger Dingledine | 2003-03-06 |
| | | | | svn:r167 | ||
* | minor code cleanup | Roger Dingledine | 2003-03-05 |
| | | | | svn:r166 | ||
* | better comments and a few patches | Roger Dingledine | 2003-03-04 |
| | | | | svn:r164 | ||
* | when we had multiple conns on a circuit, we'd tell the wrong | Roger Dingledine | 2003-02-28 |
| | | | | | | | one to stop reading svn:r163 | ||
* | let up on the bandwidth constraints | Roger Dingledine | 2003-02-18 |
| | | | | svn:r162 | ||
* | Bugfixes and enhancements in sendmes and dns farm | Roger Dingledine | 2003-02-18 |
| | | | | svn:r161 | ||
* | bugfix: actually remember the answer in the cache :) | Roger Dingledine | 2003-02-16 |
| | | | | svn:r159 |