summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-03-04changelog for pre25tor-0.0.2pre25Roger Dingledine
svn:r1233
2004-03-04make workers explain their death better when tor diesRoger Dingledine
and make them say it at log level info rather than err svn:r1232
2004-03-04bugfix: don't pass complex things to the connection_mark_for_close macroRoger Dingledine
svn:r1231
2004-03-04Clean up dns->connection_mark_for_close->dns_remove pathNick Mathewson
svn:r1230
2004-03-04ok ok only requires root if it requires rootRoger Dingledine
svn:r1229
2004-03-04note that make install requires rootRoger Dingledine
svn:r1228
2004-03-04Make decriptor format more flexible and extensibleNick Mathewson
svn:r1227
2004-03-04Store options->Address as IP, not hostnameRoger Dingledine
And figure it out while reading config, not every time you rebuild the descriptor svn:r1226
2004-03-03Try to find out early if buffers get trashed or double-freed.Nick Mathewson
svn:r1225
2004-03-03Wait for tor to die in init stop. Let the user know if it doesn'tdebian-version-0.0.1+0.0.2pre24-1Peter Palfrader
svn:r1223
2004-03-03Always enable DataDirectory, requires dpatchPeter Palfrader
svn:r1222
2004-03-03Add "# ulimit -c unlimited" to tor.defaultPeter Palfrader
svn:r1221
2004-03-03Do not strip binaries for nowPeter Palfrader
svn:r1220
2004-03-03New upstream releasePeter Palfrader
svn:r1219
2004-03-03bump cvs to pre25Roger Dingledine
svn:r1218
2004-03-03commit the pre24 changelogtor-0.0.2pre24Roger Dingledine
svn:r1216
2004-03-03and a minor patchRoger Dingledine
svn:r1215
2004-03-03holding until flush was borkedRoger Dingledine
we were never writing anything when hold_open_until_flushed was set, since conn_write returns early if marked_for_conn is set. seems a bit better now. svn:r1214
2004-03-03better debugging for lonely flushesRoger Dingledine
svn:r1213
2004-03-03close immediately when write() fails too, else things will turn badRoger Dingledine
svn:r1212
2004-03-03don't mark_for_close again when the destroy arrives after the end cellRoger Dingledine
svn:r1211
2004-03-03use conn->hold_open_until_flushed for streamsRoger Dingledine
and also note/fix a variety of other stream-based bugs svn:r1210
2004-03-03Implement hold_open_until_flushed. I may have missed something important.Nick Mathewson
svn:r1209
2004-03-03make socks5 not give a spurious warningRoger Dingledine
also rename AP_CONN_STATE_CONNECTING to _CONNECT_WAIT svn:r1208
2004-03-03reenable part of assert_circuit_ok, leave some still disabledRoger Dingledine
svn:r1207
2004-03-03make circuit-building less noisy when a node in your exclude/exit/entrynodes ↵Roger Dingledine
is down svn:r1206
2004-03-03Fix (maybe) assert_circuit_ok. leave it disabled till arma confirmsNick Mathewson
svn:r1205
2004-03-03remove redundant checkNick Mathewson
svn:r1204
2004-03-03warn more when losing data on closed/marked connections.Nick Mathewson
svn:r1203
2004-03-03bugfix: close_immediate called buf_clear but listeners don't have bufsRoger Dingledine
svn:r1202
2004-03-03Nth time is the charm on list manip.Nick Mathewson
svn:r1201
2004-03-02fix the rpm spec description againRoger Dingledine
svn:r1200
2004-03-02Integrate jbash's RPM spec into build process. (Requires "rpmbuild" toNick Mathewson
build properly. Works fine on redhat 9. YMMV.) svn:r1199
2004-03-02fix a pair of lurking segfaultsRoger Dingledine
svn:r1198
2004-03-02Split out mark_for_close with circuits. Seems to work for me.Nick Mathewson
svn:r1197
2004-03-02Fix assertion failure spotted by arma.Nick Mathewson
Apparently, when a DNS failure was already cached, then when we tried to mark the exit connection as closed, we'd try to remove it from the pending queue anyway, and hit an assert. Now, we put failed-resolve connections in a separate state so that mark_for_close does the right thing. svn:r1196
2004-03-02add --version, note that --help is probably obsoleteRoger Dingledine
svn:r1195
2004-03-02make config_assign fail rather than warn for unrecognized config optionsRoger Dingledine
svn:r1194
2004-03-02make parse_line_from_file fail rather than warn for malformed linesRoger Dingledine
svn:r1193
2004-03-01note an assert trigger bugRoger Dingledine
nick, want to fix this? :) svn:r1192
2004-03-01update the todoRoger Dingledine
svn:r1191
2004-03-01make 'make test' exit(1) if a test fails.Nick Mathewson
svn:r1190
2004-03-01revise spec. It still needs more explanation to be intelligible by the ↵Nick Mathewson
uninitiated, but it is at least far less incorrect. svn:r1189
2004-02-29put switch_id and start_daemon earlierRoger Dingledine
svn:r1188
2004-02-29fix duplicate call to connection_mark_for_closeRoger Dingledine
svn:r1187
2004-02-29bugfix: we were checking the wrong thing to see if 'reason'Roger Dingledine
was out of range svn:r1186
2004-02-29New upstream release.debian-version-0.0.1+0.0.2pre23-1Peter Palfrader
Upstream tests got fixed svn:r1184
2004-02-29bump cvs to pre24Roger Dingledine
svn:r1183
2004-02-29changelog for pre23tor-0.0.2pre23Roger Dingledine
svn:r1181
2004-02-29when a stream is 15s late, print out the circuit at -l warnRoger Dingledine
svn:r1180