aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* begin cells are now address:port, not address,port•••(breaks backward compatibility) svn:r222 Roger Dingledine2003-04-05
* bring docs closer to reality•••svn:r221 Roger Dingledine2003-04-05
* remove obsolete httpap•••svn:r220 Roger Dingledine2003-04-04
* remove obsolete smtpap•••svn:r219 Roger Dingledine2003-04-04
* move cell size to 256. seems to work (?)•••svn:r218 Roger Dingledine2003-03-24
* finish specifying topic flow control•••svn:r217 Roger Dingledine2003-03-24
* get rid of those nasty tabs•••svn:r216 Roger Dingledine2003-03-24
* fix rare race condition•••if the directory is remade while an OR is handshaking, the directory needs to become dirty again when the handshake succeeds svn:r215 Roger Dingledine2003-03-24
* Fix message when decompressing•••svn:r214 Nick Mathewson2003-03-19
* Be loud when decompressing•••svn:r213 Nick Mathewson2003-03-19
* minor doc patches•••svn:r212 Roger Dingledine2003-03-19
* allow make dist to work, because we moved stuff to doc•••svn:r211 Roger Dingledine2003-03-19
* obsolete notion of 'role' from config files•••svn:r210 Roger Dingledine2003-03-19
* Make decompression loud.•••svn:r209 Nick Mathewson2003-03-19
* kludge because openssl and zlib both typedef free_func :(•••svn:r208 Roger Dingledine2003-03-19
* fix arg bug; reduce confusion in package_raw_inbuf•••svn:r207 Roger Dingledine2003-03-19
* Add other side of half-open-connection logic (still disabled•••svn:r206 Nick Mathewson2003-03-19
* cleaner errors•••svn:r205 Roger Dingledine2003-03-19
* Be clear about whether we are using half-open connections•••svn:r204 Nick Mathewson2003-03-19
* Fix bug in client_send_auth•••svn:r203 Nick Mathewson2003-03-19
* Fix client_process_auth•••svn:r202 Nick Mathewson2003-03-19
* Correct defeatest attitude in crypto_new_cipher_env•••svn:r201 Nick Mathewson2003-03-19
* Fix op handshake for longer keys•••svn:r200 Nick Mathewson2003-03-19
* Add a missing long cast to log.c for portability•••svn:r199 Nick Mathewson2003-03-19
* Finish zlib and half-open; switch to 3des (ede/ofb)•••svn:r198 Nick Mathewson2003-03-19
* Make Makefile.am nonbroken•••svn:r197 Nick Mathewson2003-03-19
* Refactor block ciphers; add 3des•••svn:r196 Nick Mathewson2003-03-19
* a few clarifications to the spec•••still not done at the end svn:r195 Roger Dingledine2003-03-18
* identical FAQ and HACKING files, now in /doc•••svn:r194 Roger Dingledine2003-03-18
* remove faq and hacking files too. they're now in doc.•••svn:r193 Roger Dingledine2003-03-18
* greatly simplify this notion of 'roles':•••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 Roger Dingledine2003-03-18
* more todo edits from today's meeting•••svn:r191 Roger Dingledine2003-03-17
* removing TODO file from /•••svn:r190 Roger Dingledine2003-03-17
* same todo file as before, just moving to doc/•••svn:r189 Roger Dingledine2003-03-17
* Do not uncompress from z_outbuf to outbuf unless outbuf is less than maximal...•••svn:r188 Nick Mathewson2003-03-17
* Add code for end-to-end zlib compression. Still needs flow-control•••svn:r187 Nick Mathewson2003-03-17
* Remove extraneous (and non-ansi) semis•••svn:r186 Nick Mathewson2003-03-17
* Add daemon logic•••svn:r185 Nick Mathewson2003-03-17
* Add daemon option and bool config type•••svn:r184 Nick Mathewson2003-03-17
* Add zlib to link step•••svn:r183 Nick Mathewson2003-03-17
* Change gcc options to ones that work on Mac OS X; add zlib to headers•••svn:r182 Nick Mathewson2003-03-17
* a few updates to the TODO•••svn:r181 Roger Dingledine2003-03-16
* clearer instructions for people starting new nodes•••svn:r180 Roger Dingledine2003-03-16
* clean up and slightly document the config files•••svn:r179 Roger Dingledine2003-03-16
* respond to nick's question about link padding•••(nick: note that link padding is currently disabled) svn:r178 Roger Dingledine2003-03-12
* some patches on nick's commit•••svn:r177 Roger Dingledine2003-03-12
* Make ACI anti-collision logic work; make sure that cells are filled with 0s.•••svn:r176 Nick Mathewson2003-03-11
* First draft of most of spec•••svn:r175 Nick Mathewson2003-03-11
* lazy (just in time) directory rebuilding•••svn:r174 Roger Dingledine2003-03-11
* pack into data cells more intelligently•••svn:r173 Roger Dingledine2003-03-10