index
:
delta/libpcap.git
android-libpcap-0.9.8
bare
baserock/1.5.3-openwrt
coverity_scan
lbl
libpcap-0.6
libpcap-0.7
libpcap-0.8
libpcap-0.9
libpcap-1.0
libpcap-1.1
libpcap-1.10
libpcap-1.2
libpcap-1.3
libpcap-1.4
libpcap-1.5
libpcap-1.6
libpcap-1.7
libpcap-1.8
libpcap-1.9
libpcap_0_6
libpcap_0_7
libpcap_0_8
libpcap_0_8rel1
libpcap_0_9
libpcap_1.1
libpcap_1.2
libpcap_1.3
libpcap_1.4
libpcap_1.5
libpcap_1_0
libpcap_1_0_rel0b
libpcap_1_4rel0
linux-2-2-packet
master
origin
pcap-options
raybellis-gzip-v2
test
test-rc
github.com: the-tcpdump-group/libpcap.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide out own strlcpy() and strlcat() routines if necessary.
Guy Harris
2018-10-16
1
-1
/
+47
*
Fix checks for Darwin versions.
Guy Harris
2018-10-13
1
-3
/
+15
*
On macOS, don't build programs any fatter than they need to be.
Guy Harris
2018-09-21
1
-36
/
+64
*
Regenerate the configure script.
Guy Harris
2018-09-15
1
-82
/
+0
*
Warn if AC_PROG_CC_C99 doesn't get the compiler to support C99.
Guy Harris
2018-09-15
1
-0
/
+4
*
On Linux, check for sys/eventfd.h with autoconf as well.
Guy Harris
2018-09-14
1
-0
/
+19
*
Use -Wshorten-64-to-32 if it's available, and fix warnings it shows.
Guy Harris
2018-09-09
1
-0
/
+82
*
Assume we have limits.h.
Guy Harris
2018-09-09
1
-1
/
+1
*
Fix check for BPF on AIX.
Guy Harris
2018-08-31
1
-0
/
+5
*
Add some "what if it's an earlier release" information.
Guy Harris
2018-08-22
1
-4
/
+10
*
Check for required alignment by testing CPU types.
Guy Harris
2018-08-04
1
-95
/
+0
*
Remove --with-sita option.
Guy Harris
2018-08-02
1
-24
/
+0
*
Regnerate.
Guy Harris
2018-08-02
1
-18
/
+6
*
Compile with '-W' in devel mode if supported
Francois-Xavier Le Bail
2018-07-17
1
-0
/
+82
*
Update configure file for current VERSION file
Francois-Xavier Le Bail
2018-07-15
1
-9
/
+9
*
Sort the tested compiler warning options
Francois-Xavier Le Bail
2018-07-14
1
-141
/
+153
*
Update for current VERSION file.
Guy Harris
2018-07-09
1
-9
/
+9
*
Work around an annoying compiler+optimized-byte-swapping issue.
Guy Harris
2018-05-30
1
-17
/
+711
*
Fix typo.
Guy Harris
2018-05-30
1
-1
/
+1
*
Give more detail in the "inadequate yacc" message.
Guy Harris
2018-05-30
1
-1
/
+2
*
Note why we assume we have libdagconf if we have libdag.
Guy Harris
2018-05-16
1
-18
/
+11
*
Convert pcap-dag from libdag to libdagconf
sfd
2018-05-09
1
-23
/
+32
*
Turn on -Wunreachable-code and suppress it in generated code.
Guy Harris
2018-05-06
1
-0
/
+43
*
Add -Wformat-nonliteral and fix most warnings that come up
Joerg Mayer
2018-05-03
1
-0
/
+43
*
Move bpf/net/bpf-filter.c to toplevel directory - it's the sole file in bpf/...
Joerg Mayer
2018-05-01
1
-4
/
+1
*
Fix up man page sections.
Guy Harris
2018-04-25
1
-4
/
+13
*
Handle rpcapd man page properly on UN*Xes with an SV-style man page layout.
Guy Harris
2018-04-20
1
-1
/
+2
*
Give the variable for the man page section for admin commands the right name.
Guy Harris
2018-04-20
1
-3
/
+3
*
Enable -Wunused-parameter and fix warnings that are almost trivial.
Joerg Mayer
2018-04-02
1
-0
/
+86
*
Add -Wcovered-switch-default in a comment.
Joerg Mayer
2018-03-28
1
-0
/
+3
*
Add -Wmissing-noreturn to compiler warnings and fix all fixable warnings.
Joerg Mayer
2018-03-28
1
-0
/
+43
*
Add -Wcomma and fix the single place it complains about
Joerg Mayer
2018-03-28
1
-0
/
+43
*
Add -Wdocumentation to autoconf as well.
Guy Harris
2018-03-28
1
-0
/
+43
*
Rename the test program directory to testprogs.
Guy Harris
2018-02-06
1
-2
/
+2
*
Remove no-longer-necessary inet_ntop() test.
Guy Harris
2018-01-28
1
-131
/
+0
*
Don't check for reentrant routines that aren't declared.
Guy Harris
2018-01-28
1
-45
/
+69
*
Move the checks for reentrant functions out of AC_LBL_LIBRARY_NET.
Guy Harris
2018-01-28
1
-62
/
+62
*
Clarify what --enable-packet-ring does.
Guy Harris
2018-01-28
1
-1
/
+1
*
We don't need to check for getaddrinfo twice.
Guy Harris
2018-01-28
1
-19
/
+7
*
Try to compile *and link* programs testing for reentrant APIs.
Guy Harris
2018-01-28
1
-18
/
+24
*
Try to make pcap_compile() thread-safer.
Guy Harris
2018-01-27
1
-318
/
+220
*
Fix indentation.
Guy Harris
2018-01-22
1
-1
/
+1
*
Don't test for __attribute__ in the configure script.
Guy Harris
2018-01-21
1
-44
/
+0
*
Get rid of extra comma, make indentation style a bit more consistent.
Guy Harris
2018-01-20
1
-73
/
+74
*
Use AC_CHECK_TYPES and AC_CHECK_MEMBERS.
Guy Harris
2018-01-20
1
-335
/
+234
*
Don't set HAVE_LINUX_TPACKET_AUXDATA - it's not used.
Guy Harris
2018-01-20
1
-3
/
+0
*
Update to reflect the name change for Apple's UNIX-for-Macs.
Guy Harris
2018-01-08
1
-2
/
+2
*
Fix "make depend" on platforms without BPF or PF_PACKET sockets.
Guy Harris
2017-12-02
1
-6
/
+6
*
Fix checks for thread-safe strerror variants.
Guy Harris
2017-12-01
1
-1
/
+1
*
Use AC_RUN_LOG when testing the dependency-generating flag.
Guy Harris
2017-11-28
1
-2
/
+5
[next]