Age | Commit message (Expand) | Author |
2014-07-10 | Print "%s (removed)" into relayd log and test for that string. | Alexander Bluhm |
2014-07-10 | make the control process broadcast verbose/profile admin requests directly, | Eric Faurot |
2014-07-10 | Improve the scheduler, better and simpler. | Eric Faurot |
2014-07-10 | Tweak accept pacing in pptp. Add handling when accept_add() fails and | YASUOKA Masahiko |
2014-07-10 | add additional includes required to build with -DOPENSSL_NO_DEPRECATED | Jonathan Gray |
2014-07-10 | /var/games/tetris.scores will move away from the etc set. | Antoine Jacoutot |
2014-07-10 | prevent users from adding timestamp themselves | Marc Espie |
2014-07-10 | add a separate timestamp annotation to have this as metadata | Marc Espie |
2014-07-10 | Fix another free error. | Reyk Floeter |
2014-07-09 | When copying structures via imsg, the contents should not contain | Reyk Floeter |
2014-07-09 | Don't assign garbage in kv_extend(). | Reyk Floeter |
2014-07-09 | tweak previous; | Jason McIntyre |
2014-07-09 | The "tag" keyword in redirections has been renamed to "pftag". | Reyk Floeter |
2014-07-09 | Replace the protocol directives for HTTP with a new generic filtering | Reyk Floeter |
2014-07-09 | Fix classless-{ms-,}static-routes to comply RFC 3442. Number of | YASUOKA Masahiko |
2014-07-09 | add a "no-dsn" listener option to disable DSN extension. | Eric Faurot |
2014-07-09 | config parser improvements: | Eric Faurot |
2014-07-09 | various fixes in experimental ldap backend and add support for mailaddr service. | Eric Faurot |
2014-07-08 | update filter configuration parsing (not plugged yet) | Eric Faurot |
2014-07-08 | send correct imsg when enabling profiling at runtime | Eric Faurot |
2014-07-08 | partially revert bogus commit | Eric Faurot |
2014-07-08 | get rid of mfa leftovers | Eric Faurot |
2014-07-08 | Fix a double free bug in parsing the config. It had occurred when a | YASUOKA Masahiko |
2014-07-08 | Fix npppd not to access freed memory when it is exiting. | YASUOKA Masahiko |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2014-07-08 | Cleanup of getopt argument: -p is not supported anymore. | Tobias Stoeckmann |
2014-07-08 | don't really bother cleaning up the callback, it will go away soon enough | Marc Espie |
2014-07-08 | in case we say("Some parameter #1 blabla there") but we | Marc Espie |
2014-07-08 | Prettify the list of "required by" package names by sorting it. | Vadim Zhukov |
2014-07-08 | various queue improvements: | Eric Faurot |
2014-07-08 | remove dead code. these imsgs are handled in pony.c. | Eric Faurot |
2014-07-08 | make the filter API move forward (still not plugged). | Eric Faurot |
2014-07-08 | zap trailing tab | Eric Faurot |
2014-07-08 | Update the table API: lookup functions can take an optional parameters | Eric Faurot |
2014-07-08 | make sure to clear the WAIT flag when cancelling the connector timeout. | Eric Faurot |
2014-07-08 | fatalx(errorstr) -> fatalx("%s", errorstr) | Eric Faurot |
2014-07-08 | Change fatal/fatalx to use a format string. Expand in a static buffer | Eric Faurot |
2014-07-08 | Stop using uvm_extern.h to fetch uvm_param.h; so define local versions | Theo de Raadt |
2014-07-08 | no need to send a stat update message when {inc,dec}rementing by 0. | Eric Faurot |
2014-07-08 | There really isn't a strict "heap" anymore, so just call everything like | Theo de Raadt |
2014-07-08 | fix typos. | Igor Sobrado |
2014-07-08 | cleaner callback handling | Marc Espie |
2014-07-08 | improve indentation. | Igor Sobrado |
2014-07-07 | sometimes, the callback happens when the archive isn't opened... | Marc Espie |
2014-07-07 | don't throw strange warnings during pkg_delete... | Marc Espie |
2014-07-07 | display saved size for now, to be disabled once I'm satisfied this is very | Marc Espie |
2014-07-07 | record how many bytes we saved for statistics purposes. | Marc Espie |
2014-07-07 | restore progressmeter for big files. | Marc Espie |
2014-07-07 | Allow to enable profiling at runtime and fix timings output. | Eric Faurot |
2014-07-04 | malloc+memset -> calloc | Philip Guenther |