Age | Commit message (Expand) | Author |
2012-08-20 | Explicitely set local variables as such. | Antoine Jacoutot |
2012-08-20 | wire up the bits for tftp-proxy, which is called tftpproxy from rc.d's | David Gwynne |
2012-08-20 | make use of __only_inline to ask for gnu inline semantics | Jonathan Gray |
2012-08-20 | chroot scheduler in /var/empty instead of /var/spool/smtpd now that eric@ fix... | Charles Longeau |
2012-08-20 | consensus says this should be an error | Marc Espie |
2012-08-20 | add support for chaining a scatter gather list off a request frame if it | David Gwynne |
2012-08-20 | Don't unset NEED_NEWALIASES too soon or we will not get the warning. | Antoine Jacoutot |
2012-08-20 | mention V445 | Jonathan Gray |
2012-08-19 | decls before code | Theo de Raadt |
2012-08-19 | document some more disabled tests. | Federico G. Schwindt |
2012-08-19 | Switch to -lpthread. | Federico G. Schwindt |
2012-08-19 | Update version to 3.7.13 to match reality. | Landry Breuil |
2012-08-19 | Skip putting a port in sleep mode when it is used as serial console. In that | Mark Kettenis |
2012-08-19 | Build static netent and hostent structure in a nicer and hopefully not | Eric Faurot |
2012-08-19 | When building dynamic hostent and netent, allocate a single linear buffer to | Eric Faurot |
2012-08-19 | fix smtpctl schedule-all and schedule-id <msgid> | Charles Longeau |
2012-08-19 | avoid crash when removing non-existing envelope | Charles Longeau |
2012-08-19 | coding style: replace all occurences of u_int* with uint* | Charles Longeau |
2012-08-19 | Fix ranges in the method description. | Martynas Venckus |
2012-08-19 | kill dead file that must die. | Eric Faurot |
2012-08-19 | Stefan Unterweger pointed out that, contrary to the man page, | Jason McIntyre |
2012-08-19 | Let the scheduler return all schedulable envelopes for the same message | Eric Faurot |
2012-08-19 | Kill envelope_{dump,load}_file() and replace them with envelope_{dump,load}_b... | Charles Longeau |
2012-08-19 | Add warnings on io errors to help diagnosis. | Eric Faurot |
2012-08-19 | add missing IMSG_* in imsg_to_str() | Charles Longeau |
2012-08-19 | fix an issue where too long lines were not spot properly. | Charles Longeau |
2012-08-19 | zap trailing whitespace; | Jason McIntyre |
2012-08-18 | document ocaml_native and ocaml_native_dynlink properties | Anil Madhavapeddy |
2012-08-18 | zap struct mta_batch. Only pass ids where needed. | Eric Faurot |
2012-08-18 | - introduce stat_backend, an API for pluggable statistic backends | Gilles Chehade |
2012-08-18 | Don't store a time_t into an int. Make the variable time_t. | Kenneth R Westerback |
2012-08-18 | ensure that async_run() and async_run_sync() always preserve errno. | Eric Faurot |
2012-08-18 | RFC updates: | Jason McIntyre |
2012-08-18 | Disallow empty domain/address sent after HELO/EHLO command. | Charles Longeau |
2012-08-18 | glxpcib(4) invokes pcibattach assuming pcib doesn't need more than a | Miod Vallat |
2012-08-18 | Major update of the mta internals. | Eric Faurot |
2012-08-18 | RFCs 2461 and 2462 have been replaced by, respectively, RFCs 4861 and 4862; | Jason McIntyre |
2012-08-18 | Limit the number of bounce sessions running at the same time. When | Eric Faurot |
2012-08-18 | Don't try to printf() a time_t value with %d. Cast to (int) just | Kenneth R Westerback |
2012-08-18 | getrrsetyname() only uses ERRSET_* and is not supposed to set errno. | Eric Faurot |
2012-08-18 | Simplify error reporting in hostaddr_async(). Only use EAI_* error codes. | Eric Faurot |
2012-08-18 | Improve error reporting in getnameinfo_async() and getaddrinfo_async(). | Eric Faurot |
2012-08-18 | allow other targets to work like install -> realinstall | Marc Espie |
2012-08-18 | within Rs/Re reference blocks, use %U instead of %O (or any other | Jason McIntyre |
2012-08-18 | forgot to document llvm property. | Marc Espie |
2012-08-18 | be more explicit about what mono is. | Marc Espie |
2012-08-18 | document default change | Marc Espie |
2012-08-18 | Fix http resume without out auth, which I broke on the last commit, | Christiano F. Haesbaert |
2012-08-18 | Remove unused field 'next' from struct timeout. There's only one | Kenneth R Westerback |
2012-08-18 | Update global cur_time after exiting poll() and before calling the | Kenneth R Westerback |