Age | Commit message (Expand) | Author |
2004-11-09 | Clean windows a little | Nick Mathewson |
2004-11-09 | Fix windows build for VC6; centralize newline-fiasco-damage-control logic | Nick Mathewson |
2004-11-09 | Resolve many XXXs and all DOCDOCs | Nick Mathewson |
2004-11-09 | Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ig... | Nick Mathewson |
2004-11-09 | various fixes | Roger Dingledine |
2004-11-06 | parse_line_from_file is obsolete. | Roger Dingledine |
2004-11-05 | Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are defined | Nick Mathewson |
2004-11-04 | Add code to read configuration lines from a string as well as a file | Nick Mathewson |
2004-11-04 | Fix windows build | Nick Mathewson |
2004-11-03 | Remove extraneous local | Nick Mathewson |
2004-11-03 | Add a write_bytes_to_file so we can have files with NULs in them. | Nick Mathewson |
2004-11-02 | Handle strlcat/strlcpy correctly on platforms that have them. | Nick Mathewson |
2004-11-02 | canonicalize "src" and "dest" arg order in crypto.c (and others) | Roger Dingledine |
2004-11-01 | util.c needs ctype.h for tolower and isspace | Roger Dingledine |
2004-11-01 | Split util into util (general utilities), container (smartlist and strmap), a... | Nick Mathewson |
2004-11-01 | make sure options.MaxConn can be reached | Roger Dingledine |
2004-10-30 | Move all util functions that need openssl into crypto.c; make non-openssl fun... | Nick Mathewson |
2004-10-27 | Fix windows build | Nick Mathewson |
2004-10-27 | Use strlcpy, not strcpy. | Nick Mathewson |
2004-10-27 | Use tor_snprintf, not snprintf | Nick Mathewson |
2004-10-27 | snprintf wrapper with consistant (though not C99) overflow behavior | Nick Mathewson |
2004-10-27 | Use strlcpy, not strncpy | Nick Mathewson |
2004-10-27 | Replace sprintf with snprintf | Nick Mathewson |
2004-10-26 | Add SysLog option to direct log messages to the system log instead of a FILE*. | Nick Mathewson |
2004-10-16 | i take back everything i've said about unit tests | Roger Dingledine |
2004-10-16 | don't assert multiple things in the same tor_assert() | Roger Dingledine |
2004-10-16 | Change interface of parse_addr_port() to return address in host order, since ... | Nick Mathewson |
2004-10-16 | Refactor parse-addr-mask-and-port-range into a separate function | Nick Mathewson |
2004-10-15 | add documentation for smartlist_join_strings | Nick Mathewson |
2004-10-14 | Basic string-join functionality | Nick Mathewson |
2004-10-14 | oh, and some more in common/ | Roger Dingledine |
2004-10-12 | start the great migration from int to size_t | Roger Dingledine |
2004-10-12 | Make a bounds-checking replacement for strtol with slightly easier error-chec... | Nick Mathewson |
2004-10-12 | Better bounds checking on parsed ints | Nick Mathewson |
2004-10-12 | Note byte-order on result for parse_addr_port() | Nick Mathewson |
2004-10-12 | Add functions to parse addr[:port] consistently | Nick Mathewson |
2004-10-08 | fix compile error: move variable declarations before code | Roger Dingledine |
2004-10-07 | Turn tor_strpartion into a swiss-army-knife function, so it can terminate or ... | Nick Mathewson |
2004-10-07 | More complete docs for crypto.c; factor out string partitioning code | Nick Mathewson |
2004-10-06 | Add a function to remove a set of characters from a string | Nick Mathewson |
2004-09-28 | make the warn message better for reading short files | Roger Dingledine |
2004-09-26 | Make read_all distinguish between error and EOF; read_file_to_string should o... | Nick Mathewson |
2004-09-10 | LOG_ERR is for when we're going to exit | Roger Dingledine |
2004-09-08 | Some platforms have weird translations when you open files in "test" mode; ma... | Nick Mathewson |
2004-09-02 | Make split function smarter; add a strcmpstart function so we can stop bungli... | Nick Mathewson |
2004-08-25 | Define LONG_MAX and UINT_MAX when they are missing | Nick Mathewson |
2004-08-25 | make the compile work (and not complain) on sunos 5.9 | Roger Dingledine |
2004-08-24 | agree with nick: this legal-chars-in-filename stuff gets us nothing | Roger Dingledine |
2004-08-24 | As far as I can tell, CONFIG_LEGAL_FILENAME_CHARACTERS is both pointless and ... | Nick Mathewson |
2004-08-17 | Move string-splitting into a separate function | Nick Mathewson |