Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Also here. | Nick Mathewson | 2005-10-25 |
| | | | | svn:r5314 | ||
* | Fix log levels notice and warn for new logging stuff | Peter Palfrader | 2005-10-25 |
| | | | | svn:r5313 | ||
* | fix another segv, this time in circid fix. | Nick Mathewson | 2005-10-25 |
| | | | | svn:r5312 | ||
* | fix a segv | Nick Mathewson | 2005-10-25 |
| | | | | svn:r5311 | ||
* | Change more files to new loggin interface. 3 left. | Nick Mathewson | 2005-10-25 |
| | | | | svn:r5310 | ||
* | Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" ↵ | Nick Mathewson | 2005-10-25 |
| | | | | | | domain. Domains are now bitmasks... just in case. Make some err msgs non-general. svn:r5309 | ||
* | Convert circuituse, command, config, connection, relay, router, test to new ↵ | Nick Mathewson | 2005-10-25 |
| | | | | | | logging interface svn:r5308 | ||
* | Fix memory leak when retrieving networkstatus or routerdesc by malformed ↵ | Nick Mathewson | 2005-10-25 |
| | | | | | | fingerprint svn:r5307 | ||
* | Fix possible free(NULL) in control.c | Nick Mathewson | 2005-10-25 |
| | | | | svn:r5306 | ||
* | Fix possible minor memory leak when parsing helpernode state | Nick Mathewson | 2005-10-25 |
| | | | | svn:r5305 | ||
* | Add core spec todos from meeting | Nick Mathewson | 2005-10-25 |
| | | | | svn:r5304 | ||
* | add minor todos from meeting | Nick Mathewson | 2005-10-25 |
| | | | | svn:r5303 | ||
* | Use LD_BUG as appropriate; convert rend* and router* to new logging ↵ | Nick Mathewson | 2005-10-24 |
| | | | | | | interface; use new circ_log_path interface svn:r5302 | ||
* | Fix one possible source of reuse-a-circuit-id bug; convert circuitbuild to ↵ | Nick Mathewson | 2005-10-24 |
| | | | | | | new logging svn:r5301 | ||
* | add more domains | Nick Mathewson | 2005-10-24 |
| | | | | svn:r5300 | ||
* | if we expect tor to crash with the bug we can't solve, then at least | Roger Dingledine | 2005-10-24 |
| | | | | | | | try to give users a more pleasant experience. svn:r5299 | ||
* | prefer thread-friendly dmalloc | Nick Mathewson | 2005-10-24 |
| | | | | svn:r5298 | ||
* | Check for even more windows version flags, and note any we do not recognize. | Nick Mathewson | 2005-10-24 |
| | | | | svn:r5297 | ||
* | Committing the rest of the osx tor+privoxy uninstall applet. | Andrew Lewman | 2005-10-24 |
| | | | | svn:r5296 | ||
* | Committing the wrapper script for uninstallation. | Andrew Lewman | 2005-10-24 |
| | | | | svn:r5295 | ||
* | make the hidden wiki link more prominent. | Roger Dingledine | 2005-10-24 |
| | | | | svn:r5294 | ||
* | When warning about a networkstatus fp, we need to put it in hex. | Nick Mathewson | 2005-10-24 |
| | | | | svn:r5293 | ||
* | Avoid potential infinite recursion when building a descriptor | Nick Mathewson | 2005-10-24 |
| | | | | svn:r5292 | ||
* | Oct 19 13:27:24.391 [info] router_reload_networkstatus(): Skipping ↵ | Roger Dingledine | 2005-10-20 |
| | | | | | | | | | 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 | ||
* | Crank down the frequency for replacing unchanged descriptors | Nick Mathewson | 2005-10-19 |
| | | | | svn:r5290 | ||
* | Make it compile. appease roger and his thirst for documentation. | Nick Mathewson | 2005-10-19 |
| | | | | svn:r5289 | ||
* | We need a routerlist_replace as well. This should do something about those ↵ | Nick Mathewson | 2005-10-19 |
| | | | | | | annoying mysterious segfaults. svn:r5288 | ||
* | solve the first half of bug 199: if we don't like the looks | Roger Dingledine | 2005-10-19 |
| | | | | | | | | of an address, but it's the controller's job to handle it, don't refuse it first. svn:r5287 | ||
* | Update more files to new log stuff. | Nick Mathewson | 2005-10-18 |
| | | | | svn:r5286 | ||
* | Migrate a few more files to domained logging | Nick Mathewson | 2005-10-18 |
| | | | | svn:r5285 | ||
* | Start dividing log messages into logging domains. No, LD_ is not the best ↵ | Nick Mathewson | 2005-10-18 |
| | | | | | | of identifiers. src/or has not been converted yet. Domains dont do anything yet. svn:r5284 | ||
* | fix some typos | Roger Dingledine | 2005-10-18 |
| | | | | svn:r5283 | ||
* | I think nick meant to compare r2->platform the second time | Peter Palfrader | 2005-10-18 |
| | | | | svn:r5282 | ||
* | Fix tor26's first segfault | Peter Palfrader | 2005-10-18 |
| | | | | svn:r5281 | ||
* | Use a digestmap_t to speed up router_get_by_digest, which was previously a ↵ | Nick Mathewson | 2005-10-18 |
| | | | | | | bottleneck (~~27% CPU) svn:r5280 | ||
* | Use digestmap_t instead of strmap_t where appropriate. Do less hex en/decoding | Nick Mathewson | 2005-10-18 |
| | | | | svn:r5279 | ||
* | Add a "Map from digest to void*" abstraction, since we already faked it in 3 ↵ | Nick Mathewson | 2005-10-18 |
| | | | | | | places by encoding keys in hex and sticking them in a strmap. svn:r5278 | ||
* | stupid gcc. stupid nickm. | Nick Mathewson | 2005-10-18 |
| | | | | svn:r5277 | ||
* | Refactor routerlist access slightly: always use router_get_by_routerlist(); ↵ | Nick Mathewson | 2005-10-18 |
| | | | | | | change its interface; add modifier functions to add/remove elements from the current routerlist (so we can add indices). svn:r5276 | ||
* | Make smartlist_foreach always use the fast versions. | Nick Mathewson | 2005-10-18 |
| | | | | svn:r5275 | ||
* | Make dirserv_get_routerdescs() return better http 404 error messages instead ↵ | Peter Palfrader | 2005-10-18 |
| | | | | | | of a generic "Servers unavailable." svn:r5274 | ||
* | split send_control1_event() into the printf and the print/dispatch part. The | Peter Palfrader | 2005-10-18 |
| | | | | | | | | printf part was and is limited to at most 1024 byte messages, so having the print part separately available makes sense. svn:r5273 | ||
* | Fix download by SD digest | Peter Palfrader | 2005-10-18 |
| | | | | svn:r5272 | ||
* | I wonder what a stautus is. | Peter Palfrader | 2005-10-18 |
| | | | | svn:r5271 | ||
* | Some http status lines ended in a dot, others did not. Make it all the same ↵ | Peter Palfrader | 2005-10-18 |
| | | | | | | and remove the period from all svn:r5270 | ||
* | And close the double quote too | Peter Palfrader | 2005-10-18 |
| | | | | svn:r5269 | ||
* | Fix documentation of dirserv_get_routerdescs: | Peter Palfrader | 2005-10-18 |
| | | | | | | | correct the path for queries by server key, add queries by SD digest svn:r5268 | ||
* | Remove assert in sort-of c-itical path | Nick Mathewson | 2005-10-18 |
| | | | | svn:r5267 | ||
* | Actually, use #defines for common case. Nothing to see here. | Nick Mathewson | 2005-10-18 |
| | | | | svn:r5266 | ||
* | Inline key smartlist functions; use fast versions by default. | Nick Mathewson | 2005-10-18 |
| | | | | svn:r5265 |