Age | Commit message (Expand) | Author |
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 |
2014-07-04 | malloc+memset -> calloc | Philip Guenther |
2014-07-04 | malloc+memset -> calloc | Philip Guenther |
2014-07-04 | It makes much more sense to do the loop checking on incoming mails rather | Eric Faurot |
2014-07-04 | always attempt to use tls for relaying to the primary server when | Eric Faurot |
2014-07-04 | Tcpdump did not show the OSPF router id of hello packets if it was | Alexander Bluhm |
2014-07-04 | Track whether a process is a zombie or not yet fully built via flags | Philip Guenther |
2014-07-02 | Warnings. I haz them. | Miod Vallat |
2014-07-01 | Fix snprintf() return value tests. ok gilles@ | Matthieu Herrb |
2014-07-01 | activate "out-of-order" archives based on history | Marc Espie |
2014-07-01 | turn out-of-order extraction back on. | Marc Espie |
2014-07-01 | tweak the ProgressMeter code to always record sizes, even in the stub case | Marc Espie |
2014-06-30 | remove backwards compat layer for alpha osf1. back then compilers and | Theo de Raadt |
2014-06-29 | If you want <sys/queue.h>, you need to include it. Don't assume that | Theo de Raadt |
2014-06-27 | knf, no functional change. | Andre de Oliveira |
2014-06-25 | Apply/fix OpenBSD tag. | Tobias Stoeckmann |
2014-06-25 | Check malloc return value for NULL. | Tobias Stoeckmann |
2014-06-25 | I did enough significant changes and/or additions since 2007 after | Reyk Floeter |
2014-06-25 | sync copyright to reality according to my last changes | Reyk Floeter |
2014-06-25 | revert for now. Some aspects of tied code are currently broken in a fun | Marc Espie |
2014-06-25 | Alexander Schrijver posted a diff to remove references to the c_rehash script, | Jason McIntyre |
2014-06-23 | The second level of the CTL_NET sysctl is a PF_*, not an AF_* | Philip Guenther |
2014-06-22 | missing .Pa macro below FILES; | Ingo Schwarze |
2014-06-20 | Instead of showing the difference between a bad checksum and a good | Lawrence Teo |
2014-06-20 | Import in_cksum_shouldbe() from mainline tcpdump; this is needed by my | Lawrence Teo |
2014-06-17 | oops, committed debug version, to the tied hash was not used at all, | Marc Espie |
2014-06-17 | Convert malloc/memset to calloc, and remove pointless casts while here. | Lawrence Teo |
2014-06-16 | tweak extraction for out-of-order archives: do a first pass | Marc Espie |
2014-06-16 | tweak the size_and support to be able to do stuff out of order | Marc Espie |