Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-07 | Add magic to end of C files to make emacs happy; split test invocation into ↵ | Nick Mathewson | |
separate file. svn:r224 | |||
2003-04-05 | make servers tolerate the dns bug. | Roger Dingledine | |
svn:r223 | |||
2003-04-05 | begin cells are now address:port, not address,port | Roger Dingledine | |
(breaks backward compatibility) svn:r222 | |||
2003-04-04 | remove obsolete httpap | Roger Dingledine | |
svn:r220 | |||
2003-04-04 | remove obsolete smtpap | Roger Dingledine | |
svn:r219 | |||
2003-03-24 | move cell size to 256. seems to work (?) | Roger Dingledine | |
svn:r218 | |||
2003-03-24 | get rid of those nasty tabs | Roger Dingledine | |
svn:r216 | |||
2003-03-24 | fix rare race condition | Roger Dingledine | |
if the directory is remade while an OR is handshaking, the directory needs to become dirty again when the handshake succeeds svn:r215 | |||
2003-03-19 | Fix message when decompressing | Nick Mathewson | |
svn:r214 | |||
2003-03-19 | Be loud when decompressing | Nick Mathewson | |
svn:r213 | |||
2003-03-19 | obsolete notion of 'role' from config files | Roger Dingledine | |
svn:r210 | |||
2003-03-19 | Make decompression loud. | Nick Mathewson | |
svn:r209 | |||
2003-03-19 | kludge because openssl and zlib both typedef free_func :( | Roger Dingledine | |
svn:r208 | |||
2003-03-19 | fix arg bug; reduce confusion in package_raw_inbuf | Roger Dingledine | |
svn:r207 | |||
2003-03-19 | Add other side of half-open-connection logic (still disabled | Nick Mathewson | |
svn:r206 | |||
2003-03-19 | cleaner errors | Roger Dingledine | |
svn:r205 | |||
2003-03-19 | Be clear about whether we are using half-open connections | Nick Mathewson | |
svn:r204 | |||
2003-03-19 | Fix bug in client_send_auth | Nick Mathewson | |
svn:r203 | |||
2003-03-19 | Fix client_process_auth | Nick Mathewson | |
svn:r202 | |||
2003-03-19 | Correct defeatest attitude in crypto_new_cipher_env | Nick Mathewson | |
svn:r201 | |||
2003-03-19 | Fix op handshake for longer keys | Nick Mathewson | |
svn:r200 | |||
2003-03-19 | Add a missing long cast to log.c for portability | Nick Mathewson | |
svn:r199 | |||
2003-03-19 | Finish zlib and half-open; switch to 3des (ede/ofb) | Nick Mathewson | |
svn:r198 | |||
2003-03-19 | Make Makefile.am nonbroken | Nick Mathewson | |
svn:r197 | |||
2003-03-19 | Refactor block ciphers; add 3des | Nick Mathewson | |
svn:r196 | |||
2003-03-18 | greatly simplify this notion of 'roles': | Roger Dingledine | |
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 | |||
2003-03-17 | Do not uncompress from z_outbuf to outbuf unless outbuf is less than ↵ | Nick Mathewson | |
maximally full svn:r188 | |||
2003-03-17 | Add code for end-to-end zlib compression. Still needs flow-control | Nick Mathewson | |
svn:r187 | |||
2003-03-17 | Remove extraneous (and non-ansi) semis | Nick Mathewson | |
svn:r186 | |||
2003-03-17 | Add daemon logic | Nick Mathewson | |
svn:r185 | |||
2003-03-17 | Add daemon option and bool config type | Nick Mathewson | |
svn:r184 | |||
2003-03-17 | Add zlib to link step | Nick Mathewson | |
svn:r183 | |||
2003-03-16 | clean up and slightly document the config files | Roger Dingledine | |
svn:r179 | |||
2003-03-12 | respond to nick's question about link padding | Roger Dingledine | |
(nick: note that link padding is currently disabled) svn:r178 | |||
2003-03-11 | Make ACI anti-collision logic work; make sure that cells are filled with 0s. | Nick Mathewson | |
svn:r176 | |||
2003-03-11 | lazy (just in time) directory rebuilding | Roger Dingledine | |
svn:r174 | |||
2003-03-10 | pack into data cells more intelligently | Roger Dingledine | |
svn:r173 | |||
2003-03-10 | be less noisy at -l info, now that flow control bug is solved | Roger Dingledine | |
svn:r172 | |||
2003-03-07 | clean out obsolete cell types | Roger Dingledine | |
svn:r170 | |||
2003-03-07 | remove the mystery int32 from the or-to-or handshake | Roger Dingledine | |
thanks nick :) (note: this change breaks backward compatibility) svn:r169 | |||
2003-03-06 | clean up prepare_for_poll() so it's fast | Roger Dingledine | |
svn:r167 | |||
2003-03-05 | minor code cleanup | Roger Dingledine | |
svn:r166 | |||
2003-03-04 | better comments and a few patches | Roger Dingledine | |
svn:r164 | |||
2003-02-28 | when we had multiple conns on a circuit, we'd tell the wrong | Roger Dingledine | |
one to stop reading svn:r163 | |||
2003-02-18 | let up on the bandwidth constraints | Roger Dingledine | |
svn:r162 | |||
2003-02-18 | Bugfixes and enhancements in sendmes and dns farm | Roger Dingledine | |
svn:r161 | |||
2003-02-18 | Allow more connections open at once | Roger Dingledine | |
svn:r160 | |||
2003-02-16 | bugfix: actually remember the answer in the cache :) | Roger Dingledine | |
svn:r159 | |||
2003-02-14 | rudimentary dns caching (of both resolves and resolve failures) | Roger Dingledine | |
serious performance increase over non-caching svn:r158 | |||
2003-02-14 | minor fix | Roger Dingledine | |
svn:r157 |