committer filter by committer.
@path/to/ filter by path in repository.
committer@path/to/ filter by committer AND path in repository.
abdef0123 filter by commit's SHA hash.
rNNN filter by SVN revision.
rNNN-rMMM filter by SVN revisions range (inclusive).
Multiple filters can be specified separated by spaces or comas in which case they'll be combined using OR operator.
1b135e4f | ngie | Dec. 31, 2016, 10:01 a.m. | snmp_pdu_free the right object at the right time in snmptool_walk
r310892 was on the right track, but unfortunately it was resolving the problem incorrectly and accidentally leaking memory in the process. - Call snmp_pdu_free on req before calling snmp_pdu_create on it at the bottom of the outer while loop - Call snmp_pdu_free on resp after calling snmpwalk_nextpdu_create in the inner loop MFC after: 12 days X-MFC with: r310729, r310892 Reported by: valgrindcgit ViewVC |
|
00f6082b | hrs | Dec. 31, 2016, 9:52 a.m. | Remove extra NULL-check before free(3). | |
bcf52557 | ngie | Dec. 31, 2016, 9:43 a.m. | Don't call snmp_pdu_free(..) until finished with the pdu and when ready to | |
7c87f23e | adrian | Dec. 31, 2016, 7:50 a.m. | [net80211] add placeholders for the VHT action frame handling. | |
34694ebe | hrs | Dec. 31, 2016, 6:23 a.m. | Replace two fat signal handlers with function calls in | |
a2795311 | jkim | Dec. 31, 2016, 6:07 a.m. | Do not remove llvm-objdump. It is installed by default since r310840. | |
407cd978 | hrs | Dec. 31, 2016, 3:07 a.m. | Retry to open an F_PIPE process when it dies unexpectedly. | |
378f3b19 | loos | Dec. 31, 2016, 2:23 a.m. | Fix rcc_gpio_modify_bits(). Obviously (1 << 0) is not the same as 0. | |
ab8fdacc | loos | Dec. 31, 2016, 2:18 a.m. | Fixes the sensor initialization, always reset the digital outputs to start. | |
d6300351 | bapt | Dec. 30, 2016, 11:46 p.m. | Remove extra entries from the option enum | |
83739935 | ngie | Dec. 30, 2016, 11:44 p.m. | Guard against use-after-free after calling mibif_free(..) | |
d481a925 | bapt | Dec. 30, 2016, 11:41 p.m. | Make sdiff --left-column work as expected | |
739d7cfd | mm | Dec. 30, 2016, 11:05 p.m. | MFV r310869: | |
36dffdb4 | mm | Dec. 30, 2016, 11 p.m. | Update vendor/libarchive to git ab94a813b0f64cbc1bcb952bf55424a2d9c7f1d9 | |
09c253fd | mm | Dec. 30, 2016, 10:54 p.m. | MFV r310798: |