Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2005-10-17 | Add ability to warn when using abbrev mechanism to deprecate option names | Nick Mathewson | |
svn:r5259 | |||
2005-10-17 | when providing content-type application/octet-stream for providing | Roger Dingledine | |
server descriptors with .z, we were leaving out the content-encoding header. oops. (everything tolerated this just fine, but that doesn't mean we need to be part of the problem.) svn:r5258 | |||
2005-10-17 | Make a few INFO log lines into DEBUG | Peter Palfrader | |
svn:r5257 | |||
2005-10-17 | start hunting down why servers keep getting so many duplicate create cells | Roger Dingledine | |
svn:r5255 | |||
2005-10-17 | more log uncluttering | Roger Dingledine | |
svn:r5254 | |||
2005-10-17 | start the process of reducing clutter in server logs | Roger Dingledine | |
svn:r5253 | |||
2005-10-16 | cut out a warning that doesn't need to warn | Roger Dingledine | |
svn:r5252 | |||
2005-10-16 | remove obsolete IgnoreVersion config from or.h | Roger Dingledine | |
svn:r5251 | |||
2005-10-14 | Enable trivial "download by descriptor digest" functionality. | Nick Mathewson | |
svn:r5250 | |||
2005-10-14 | Try to extract as many descriptors as possible from truncated http ↵ | Nick Mathewson | |
responses. (when DIR_PURPOSE_FETCH_ROUTERDESC) svn:r5249 | |||
2005-10-13 | Allow tor_gzip_uncompress to extract as much as possible from truncated ↵ | Nick Mathewson | |
compressed data. Also, fix a bug where truncated compressed data could break tor_gzip_uncompress. [This last part is a backport candidate.] svn:r5247 | |||
2005-10-12 | Check if our IP address has changed every 5 minutes. If it has, update our ↵ | Peter Palfrader | |
server descriptor, but not too often svn:r5246 | |||
2005-10-12 | Be a bit more verbose in our AUTHENTICATE error messages in the control ↵ | Peter Palfrader | |
protocol so the next guy doesn't blame Nick again svn:r5245 | |||
2005-10-12 | When no descriptors changed, do not send a NEWDESC event. | Nick Mathewson | |
svn:r5244 | |||
2005-10-12 | Make --hash-password not craash on exit. | Nick Mathewson | |
svn:r5243 | |||
2005-10-12 | Avoid warning on end-of-function | Nick Mathewson | |
svn:r5242 | |||
2005-10-12 | authorities do not replace server descriptors where nothing semantically ↵ | Nick Mathewson | |
relevant has changed since the last upload. svn:r5240 | |||
2005-10-12 | Funny. I could have sworn it compiled this morning when I checked it in. | Nick Mathewson | |
svn:r5239 | |||
2005-10-12 | More work towards a sane digest-based liveness testing. | Nick Mathewson | |
svn:r5238 | |||
2005-10-12 | Add an as-yet-unused "EXTENDED" flag to SETEVENTS to indicate that the ↵ | Nick Mathewson | |
client can handle extra labeled info in its events. Add moreinfo to the "what is ready for downloading" msg so we can investigate digest-related download rules svn:r5237 | |||
2005-10-12 | Do not check whether DirPort is reachable when we are suppressing it because ↵ | Nick Mathewson | |
of hibernation. (Backport candidate) svn:r5235 | |||
2005-10-11 | add some docs; if warn_if_unnamed is 0, really do not warn. | Nick Mathewson | |
svn:r5234 | |||
2005-10-08 | Insert a newline between all router descriptors when generating (old style) ↵ | Nick Mathewson | |
signed directories, in case somebody was counting on that. svn:r5231 | |||
2005-10-08 | Now that directory admins assure me they have adjested teir configs, it is ↵ | Nick Mathewson | |
safe to make authorities be non-versioning, non-naming by default. svn:r5230 | |||
2005-10-08 | Okay, try to use RAND_poll() from OpenSSL where available. | Nick Mathewson | |
svn:r5229 |