Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | minor doc patches | Roger Dingledine | |
svn:r212 | |||
2003-03-19 | allow make dist to work, because we moved stuff to doc | Roger Dingledine | |
svn:r211 | |||
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 | a few clarifications to the spec | Roger Dingledine | |
still not done at the end svn:r195 | |||
2003-03-18 | identical FAQ and HACKING files, now in /doc | Roger Dingledine | |
svn:r194 | |||
2003-03-18 | remove faq and hacking files too. they're now in doc. | Roger Dingledine | |
svn:r193 | |||
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 | more todo edits from today's meeting | Roger Dingledine | |
svn:r191 | |||
2003-03-17 | removing TODO file from / | Roger Dingledine | |
svn:r190 | |||
2003-03-17 | same todo file as before, just moving to doc/ | Roger Dingledine | |
svn:r189 | |||
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-17 | Change gcc options to ones that work on Mac OS X; add zlib to headers | Nick Mathewson | |
svn:r182 | |||
2003-03-16 | a few updates to the TODO | Roger Dingledine | |
svn:r181 | |||
2003-03-16 | clearer instructions for people starting new nodes | Roger Dingledine | |
svn:r180 | |||
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-12 | some patches on nick's commit | Roger Dingledine | |
svn:r177 | |||
2003-03-11 | Make ACI anti-collision logic work; make sure that cells are filled with 0s. | Nick Mathewson | |
svn:r176 | |||
2003-03-11 | First draft of most of spec | Nick Mathewson | |
svn:r175 | |||
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 | tweaks and responses to the spec | Roger Dingledine | |
svn:r171 | |||
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-07 | Spec for current version of onion routing | Nick Mathewson | |
svn:r168 | |||
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 |