Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-25 | consistency is the hobgoblin of little armas | Roger Dingledine | |
svn:r5316 | |||
2005-10-25 | Switch remaining files to new log interface. | Nick Mathewson | |
svn:r5315 | |||
2005-10-25 | Also here. | Nick Mathewson | |
svn:r5314 | |||
2005-10-25 | Fix log levels notice and warn for new logging stuff | Peter Palfrader | |
svn:r5313 | |||
2005-10-25 | fix another segv, this time in circid fix. | Nick Mathewson | |
svn:r5312 | |||
2005-10-25 | fix a segv | Nick Mathewson | |
svn:r5311 | |||
2005-10-25 | Change more files to new loggin interface. 3 left. | Nick Mathewson | |
svn:r5310 | |||
2005-10-25 | Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" ↵ | Nick Mathewson | |
domain. Domains are now bitmasks... just in case. Make some err msgs non-general. svn:r5309 | |||
2005-10-25 | Convert circuituse, command, config, connection, relay, router, test to new ↵ | Nick Mathewson | |
logging interface svn:r5308 | |||
2005-10-25 | Fix memory leak when retrieving networkstatus or routerdesc by malformed ↵ | Nick Mathewson | |
fingerprint svn:r5307 | |||
2005-10-25 | Fix possible free(NULL) in control.c | Nick Mathewson | |
svn:r5306 | |||
2005-10-25 | Fix possible minor memory leak when parsing helpernode state | Nick Mathewson | |
svn:r5305 | |||
2005-10-24 | Use LD_BUG as appropriate; convert rend* and router* to new logging ↵ | Nick Mathewson | |
interface; use new circ_log_path interface svn:r5302 | |||
2005-10-24 | Fix one possible source of reuse-a-circuit-id bug; convert circuitbuild to ↵ | Nick Mathewson | |
new logging svn:r5301 | |||
2005-10-24 | add more domains | Nick Mathewson | |
svn:r5300 | |||
2005-10-24 | Check for even more windows version flags, and note any we do not recognize. | Nick Mathewson | |
svn:r5297 | |||
2005-10-24 | When warning about a networkstatus fp, we need to put it in hex. | Nick Mathewson | |
svn:r5293 | |||
2005-10-24 | Avoid potential infinite recursion when building a descriptor | Nick Mathewson | |
svn:r5292 | |||
2005-10-20 | Oct 19 13:27:24.391 [info] router_reload_networkstatus(): Skipping ↵ | Roger Dingledine | |
cached-status file with unexpected name "." Oct 19 13:27:24.391 [info] router_reload_networkstatus(): Skipping cached-status file with unexpected name ".." svn:r5291 | |||
2005-10-19 | Crank down the frequency for replacing unchanged descriptors | Nick Mathewson | |
svn:r5290 | |||
2005-10-19 | Make it compile. appease roger and his thirst for documentation. | Nick Mathewson | |
svn:r5289 | |||
2005-10-19 | We need a routerlist_replace as well. This should do something about those ↵ | Nick Mathewson | |
annoying mysterious segfaults. svn:r5288 | |||
2005-10-19 | solve the first half of bug 199: if we don't like the looks | Roger Dingledine | |
of an address, but it's the controller's job to handle it, don't refuse it first. svn:r5287 | |||
2005-10-18 | Update more files to new log stuff. | Nick Mathewson | |
svn:r5286 | |||
2005-10-18 | Migrate a few more files to domained logging | Nick Mathewson | |
svn:r5285 | |||
2005-10-18 | Start dividing log messages into logging domains. No, LD_ is not the best ↵ | Nick Mathewson | |
of identifiers. src/or has not been converted yet. Domains dont do anything yet. svn:r5284 | |||
2005-10-18 | fix some typos | Roger Dingledine | |
svn:r5283 | |||
2005-10-18 | I think nick meant to compare r2->platform the second time | Peter Palfrader | |
svn:r5282 | |||
2005-10-18 | Fix tor26's first segfault | Peter Palfrader | |
svn:r5281 | |||
2005-10-18 | Use a digestmap_t to speed up router_get_by_digest, which was previously a ↵ | Nick Mathewson | |
bottleneck (~~27% CPU) svn:r5280 | |||
2005-10-18 | Use digestmap_t instead of strmap_t where appropriate. Do less hex en/decoding | Nick Mathewson | |
svn:r5279 | |||
2005-10-18 | Add a "Map from digest to void*" abstraction, since we already faked it in 3 ↵ | Nick Mathewson | |
places by encoding keys in hex and sticking them in a strmap. svn:r5278 | |||
2005-10-18 | stupid gcc. stupid nickm. | Nick Mathewson | |
svn:r5277 | |||
2005-10-18 | Refactor routerlist access slightly: always use router_get_by_routerlist(); ↵ | Nick Mathewson | |
change its interface; add modifier functions to add/remove elements from the current routerlist (so we can add indices). svn:r5276 | |||
2005-10-18 | Make smartlist_foreach always use the fast versions. | Nick Mathewson | |
svn:r5275 | |||
2005-10-18 | Make dirserv_get_routerdescs() return better http 404 error messages instead ↵ | Peter Palfrader | |
of a generic "Servers unavailable." svn:r5274 | |||
2005-10-18 | split send_control1_event() into the printf and the print/dispatch part. The | Peter Palfrader | |
printf part was and is limited to at most 1024 byte messages, so having the print part separately available makes sense. svn:r5273 | |||
2005-10-18 | Fix download by SD digest | Peter Palfrader | |
svn:r5272 | |||
2005-10-18 | I wonder what a stautus is. | Peter Palfrader | |
svn:r5271 | |||
2005-10-18 | Some http status lines ended in a dot, others did not. Make it all the same ↵ | Peter Palfrader | |
and remove the period from all svn:r5270 | |||
2005-10-18 | And close the double quote too | Peter Palfrader | |
svn:r5269 | |||
2005-10-18 | Fix documentation of dirserv_get_routerdescs: | Peter Palfrader | |
correct the path for queries by server key, add queries by SD digest svn:r5268 | |||
2005-10-18 | Remove assert in sort-of c-itical path | Nick Mathewson | |
svn:r5267 | |||
2005-10-18 | Actually, use #defines for common case. Nothing to see here. | Nick Mathewson | |
svn:r5266 | |||
2005-10-18 | Inline key smartlist functions; use fast versions by default. | Nick Mathewson | |
svn:r5265 | |||
2005-10-17 | Add a missing struct initializer field | Nick Mathewson | |
svn:r5264 | |||
2005-10-17 | Downgrade a few INFO level logs to DEBUG again. Also add two or three new | Peter Palfrader | |
logs in cases where a calling function's log was downgraded and we wouldn't get any log message otherwise. svn:r5263 | |||
2005-10-17 | fix a few comments | Roger Dingledine | |
svn:r5262 | |||
2005-10-17 | and update the sample torrc to reflect the *listenaddress notation | Roger Dingledine | |
svn:r5261 | |||
2005-10-17 | start calling it *ListenAddress rather than *BindAddress, | Roger Dingledine | |
since none of our users know what it means to bind an address or port. svn:r5260 |