summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2003-04-07Add magic to end of C files to make emacs happy; split test invocation into ↵Nick Mathewson
separate file. svn:r224
2003-04-05make servers tolerate the dns bug.Roger Dingledine
svn:r223
2003-04-05begin cells are now address:port, not address,portRoger Dingledine
(breaks backward compatibility) svn:r222
2003-04-04remove obsolete httpapRoger Dingledine
svn:r220
2003-04-04remove obsolete smtpapRoger Dingledine
svn:r219
2003-03-24move cell size to 256. seems to work (?)Roger Dingledine
svn:r218
2003-03-24get rid of those nasty tabsRoger Dingledine
svn:r216
2003-03-24fix rare race conditionRoger 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-19Fix message when decompressingNick Mathewson
svn:r214
2003-03-19Be loud when decompressingNick Mathewson
svn:r213
2003-03-19obsolete notion of 'role' from config filesRoger Dingledine
svn:r210
2003-03-19Make decompression loud.Nick Mathewson
svn:r209
2003-03-19kludge because openssl and zlib both typedef free_func :(Roger Dingledine
svn:r208
2003-03-19fix arg bug; reduce confusion in package_raw_inbufRoger Dingledine
svn:r207
2003-03-19Add other side of half-open-connection logic (still disabledNick Mathewson
svn:r206
2003-03-19cleaner errorsRoger Dingledine
svn:r205
2003-03-19Be clear about whether we are using half-open connectionsNick Mathewson
svn:r204
2003-03-19Fix bug in client_send_authNick Mathewson
svn:r203
2003-03-19Fix client_process_authNick Mathewson
svn:r202
2003-03-19Correct defeatest attitude in crypto_new_cipher_envNick Mathewson
svn:r201
2003-03-19Fix op handshake for longer keysNick Mathewson
svn:r200
2003-03-19Add a missing long cast to log.c for portabilityNick Mathewson
svn:r199
2003-03-19Finish zlib and half-open; switch to 3des (ede/ofb)Nick Mathewson
svn:r198
2003-03-19Make Makefile.am nonbrokenNick Mathewson
svn:r197
2003-03-19Refactor block ciphers; add 3desNick Mathewson
svn:r196
2003-03-18greatly 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-17Do not uncompress from z_outbuf to outbuf unless outbuf is less than ↵Nick Mathewson
maximally full svn:r188
2003-03-17Add code for end-to-end zlib compression. Still needs flow-controlNick Mathewson
svn:r187
2003-03-17Remove extraneous (and non-ansi) semisNick Mathewson
svn:r186
2003-03-17Add daemon logicNick Mathewson
svn:r185
2003-03-17Add daemon option and bool config typeNick Mathewson
svn:r184
2003-03-17Add zlib to link stepNick Mathewson
svn:r183
2003-03-16clean up and slightly document the config filesRoger Dingledine
svn:r179
2003-03-12respond to nick's question about link paddingRoger Dingledine
(nick: note that link padding is currently disabled) svn:r178
2003-03-11Make ACI anti-collision logic work; make sure that cells are filled with 0s.Nick Mathewson
svn:r176
2003-03-11lazy (just in time) directory rebuildingRoger Dingledine
svn:r174
2003-03-10pack into data cells more intelligentlyRoger Dingledine
svn:r173
2003-03-10be less noisy at -l info, now that flow control bug is solvedRoger Dingledine
svn:r172
2003-03-07clean out obsolete cell typesRoger Dingledine
svn:r170
2003-03-07remove the mystery int32 from the or-to-or handshakeRoger Dingledine
thanks nick :) (note: this change breaks backward compatibility) svn:r169
2003-03-06clean up prepare_for_poll() so it's fastRoger Dingledine
svn:r167
2003-03-05minor code cleanupRoger Dingledine
svn:r166
2003-03-04better comments and a few patchesRoger Dingledine
svn:r164
2003-02-28when we had multiple conns on a circuit, we'd tell the wrongRoger Dingledine
one to stop reading svn:r163
2003-02-18let up on the bandwidth constraintsRoger Dingledine
svn:r162
2003-02-18Bugfixes and enhancements in sendmes and dns farmRoger Dingledine
svn:r161
2003-02-18Allow more connections open at onceRoger Dingledine
svn:r160
2003-02-16bugfix: actually remember the answer in the cache :)Roger Dingledine
svn:r159
2003-02-14rudimentary dns caching (of both resolves and resolve failures)Roger Dingledine
serious performance increase over non-caching svn:r158
2003-02-14minor fixRoger Dingledine
svn:r157