Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fix windows build. | Nick Mathewson | 2004-12-01 | |
| | | | | svn:r3053 | |||
* | Spell-check strings and comments | Nick Mathewson | 2004-12-01 | |
| | | | | svn:r3052 | |||
* | If we are using select, make sure we stay within FD_SETSIZE. | Nick Mathewson | 2004-12-01 | |
| | | | | svn:r3051 | |||
* | a few minor tweaks | Roger Dingledine | 2004-11-30 | |
| | | | | svn:r3041 | |||
* | doxygen uses backslashes, not forward-slashes | Nick Mathewson | 2004-11-30 | |
| | | | | svn:r3033 | |||
* | clarify why strlcpy is safe in truncated log messages | Nick Mathewson | 2004-11-30 | |
| | | | | svn:r3032 | |||
* | Add casei versions of strcmpstart/strcmpend | Nick Mathewson | 2004-11-30 | |
| | | | | svn:r3026 | |||
* | Suggestion from weasel: Make tor --version --version dump the cvs Id of ↵ | Nick Mathewson | 2004-11-29 | |
| | | | | | | every file. svn:r3019 | |||
* | Remove needless -2 in log code. This was not an underflow risk, sinze we ↵ | Nick Mathewson | 2004-11-29 | |
| | | | | | | only call format_msg from one place, where buf_len==10024 svn:r3017 | |||
* | clean up the previous underflow check, and also point out | Roger Dingledine | 2004-11-29 | |
| | | | | | | | yet another one that may be a problem. nick? svn:r3016 | |||
* | Disallow NDEBUG. It is very stupid. | Nick Mathewson | 2004-11-29 | |
| | | | | svn:r3012 | |||
* | fix integer underflow in tor_vsnprintf() | Roger Dingledine | 2004-11-29 | |
| | | | | | | | (probably exploitable) svn:r3011 | |||
* | prevent integer underflow | Roger Dingledine | 2004-11-29 | |
| | | | | | | | (not currently exploitable, ilja and i think) svn:r3010 | |||
* | wrong is ok, and right is fine, but in between is apparently | Roger Dingledine | 2004-11-28 | |
| | | | | | | | totally unacceptable to me. svn:r3005 | |||
* | correct multiple internal spaces | Nick Mathewson | 2004-11-28 | |
| | | | | svn:r3004 | |||
* | Normalize space: add one between every control keyword and control clause. | Nick Mathewson | 2004-11-28 | |
| | | | | svn:r3003 | |||
* | connect() on win32 can do more things than we thought? | Nick Mathewson | 2004-11-28 | |
| | | | | svn:r2999 | |||
* | Very oops. make windows nonblocking sockets nonblocking | Nick Mathewson | 2004-11-28 | |
| | | | | svn:r2998 | |||
* | remember; tor_socket_errno has side effects! | Nick Mathewson | 2004-11-28 | |
| | | | | svn:r2997 | |||
* | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine | 2004-11-26 | |
| | | | | svn:r2989 | |||
* | Flush the logfd after we print "Tor opening log file", so we don't see those ↵ | Peter Palfrader | 2004-11-24 | |
| | | | | | | messages days later svn:r2980 | |||
* | Clean up some logging and interfaces | Nick Mathewson | 2004-11-23 | |
| | | | | svn:r2945 | |||
* | Normalize a few more kinds of whitespace. We now dislike: | Nick Mathewson | 2004-11-22 | |
| | | | | | | | | | - func (args) - if (x){ This doesn't normalize if(x), for(x); while(x), and friends. svn:r2943 | |||
* | Add function to format local time in ISO format | Nick Mathewson | 2004-11-22 | |
| | | | | svn:r2935 | |||
* | and a comment so i don't try to 'fix' it again later | Roger Dingledine | 2004-11-20 | |
| | | | | svn:r2919 | |||
* | yes, in fact, i broke it. putting back. | Roger Dingledine | 2004-11-20 | |
| | | | | svn:r2918 | |||
* | kill -USR2 now moves all logs to loglevel debug | Roger Dingledine | 2004-11-20 | |
| | | | | | | | plus fix some typos svn:r2914 | |||
* | simplify close_temp_logs() | Roger Dingledine | 2004-11-20 | |
| | | | | | | | (nick, did i break this?) svn:r2913 | |||
* | remove another possible sigpipe cause | Roger Dingledine | 2004-11-20 | |
| | | | | svn:r2912 | |||
* | Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting ↵ | Nick Mathewson | 2004-11-20 | |
| | | | | | | setup. More docs needed svn:r2911 | |||
* | Fix a fun bug in read_all that was corrupting config files on windows, and ↵ | Nick Mathewson | 2004-11-16 | |
| | | | | | | probably doing other bad stuff too. svn:r2898 | |||
* | Make log_fn not fail so miserably on VC6 | Nick Mathewson | 2004-11-15 | |
| | | | | svn:r2896 | |||
* | Whitespace normalization | Nick Mathewson | 2004-11-15 | |
| | | | | svn:r2895 | |||
* | ugly macros to make log_fn play nice on non-GCC compilers. | Nick Mathewson | 2004-11-15 | |
| | | | | svn:r2894 | |||
* | Split X509 certificate liveness checks into a separate function | Nick Mathewson | 2004-11-14 | |
| | | | | svn:r2873 | |||
* | Fix "implicit declaration of ftello" warning: add AC_FUNC_FSEEKO in ↵ | Nick Mathewson | 2004-11-14 | |
| | | | | | | configure.in and always include orconfig.h before anything else svn:r2854 | |||
* | remove redundant stdio.h | Roger Dingledine | 2004-11-14 | |
| | | | | | | | i guess that wasn't the fix svn:r2849 | |||
* | clean up the ftello call a little bit. | Roger Dingledine | 2004-11-14 | |
| | | | | | | | | but i'm still getting: log.c:94: warning: implicit declaration of function `ftello' svn:r2848 | |||
* | Fix argument to strncpy. | Nick Mathewson | 2004-11-12 | |
| | | | | svn:r2824 | |||
* | Nobody was using the return values from smartlist_(set|del|del_keeporder), ↵ | Nick Mathewson | 2004-11-12 | |
| | | | | | | so remove them. svn:r2823 | |||
* | Add a FAST_SMARTLIST define to optionally inline smartlist_get and ↵ | Nick Mathewson | 2004-11-12 | |
| | | | | | | smartlist_len, which are two major profiling offenders. svn:r2822 | |||
* | Speed up tor_strndup a lot: profiling suggests that our use of strlcpy here ↵ | Nick Mathewson | 2004-11-12 | |
| | | | | | | was a bad idea. svn:r2821 | |||
* | Resolve a bunch of FIXME items; mark a lot more for attention; ask for ↵ | Nick Mathewson | 2004-11-12 | |
| | | | | | | clarification on some. Turn all XXXX008 ("showstopper for 0.0.8 release") items into XXXX009 or XXXX, since plainly they were not showstoppers for 0.0.8. Add/clean some docs. svn:r2808 | |||
* | Use autoconf to enable largefile support where necessary. Use ftello where ↵ | Nick Mathewson | 2004-11-12 | |
| | | | | | | available, since ftell can fail at 2GB. svn:r2806 | |||
* | Resolve FIXME items: make expand_filename handle ~ and ~username | Nick Mathewson | 2004-11-10 | |
| | | | | svn:r2789 | |||
* | when you cast MAX_UINT to an int it confuses the users | Roger Dingledine | 2004-11-10 | |
| | | | | svn:r2788 | |||
* | Normalize whitespace; add a "tell me about all the unnormalized whitespace" ↵ | Nick Mathewson | 2004-11-09 | |
| | | | | | | target; fix a braino in dirserv.c svn:r2758 | |||
* | Clean windows a little | Nick Mathewson | 2004-11-09 | |
| | | | | svn:r2757 | |||
* | Fix windows build for VC6; centralize newline-fiasco-damage-control logic | Nick Mathewson | 2004-11-09 | |
| | | | | svn:r2756 | |||
* | Resolve many XXXs and all DOCDOCs | Nick Mathewson | 2004-11-09 | |
| | | | | svn:r2755 |