aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)Author
2023-02-15Fix spaces before tabs in indentationFrancois-Xavier Le Bail
2023-01-18Get rid of the remains of gnuc.hFrancois-Xavier Le Bail
2023-01-10Makefile.in: Add some missing files in the distclean targetFrancois-Xavier Le Bail
2023-01-03Makefile.in: sort PUBHDR in "ls" directory order.Guy Harris
2023-01-02Don't install pcap-util.h; it's not a public header.Guy Harris
2022-11-13Makefile.in: Add two missing files in EXTRA_DISTFrancois-Xavier Le Bail
2022-10-31Remove the release candidate rcX targetsFrancois-Xavier Le Bail
2022-10-28Use "git archive" for the "make releasetar" processFrancois-Xavier Le Bail
2022-10-27Makefile.in: Use TEST_DIST, like for tcpdumpFrancois-Xavier Le Bail
2022-10-06autotools, cmake: provide an rpath option if necessary.Guy Harris
2022-08-27rpcap: have the server tell the client its byte order.Guy Harris
2022-06-15Linux USB: fix incorrect values for the packet length.Guy Harris
2022-04-04configure: get rid of unused substituted variable.Guy Harris
2022-02-20Improve handling of DLT_PFLOG when generating filter code.Guy Harris
2022-02-20CI: Disable shellcheck SC2006 in the Makefile. [skip ci]Denis Ovsienko
2022-02-20Replace README.capture-module with a web page. [skip ci]Denis Ovsienko
2022-02-20Complete commit 0cc4639.Denis Ovsienko
2022-02-20Improve error detection in "make releasetar".Denis Ovsienko
2022-02-20Remove doc/DLT_ALLOCATE_HOWTO.md. [skip ci]Denis Ovsienko
2022-02-20Declutter the documentation a bit. [skip ci]Denis Ovsienko
2022-02-20doc: Add README.solaris.md. [skip ci]Denis Ovsienko
2022-02-20Get "make shellcheck" to pass again. [skip ci]Denis Ovsienko
2022-02-20Fix "make releasetar" on Solaris as well. [skip ci]Denis Ovsienko
2022-02-20Fix a bunch of issues after the previous commit. [skip appveyor]Denis Ovsienko
2021-06-01Makefile.in: Add the shellcheck targetFrancois-Xavier Le Bail
2021-05-30Makefile.in: Update the build for release candidatesFrancois-Xavier Le Bail
2021-02-25Fix parallel build with FreeBSD make. [skip appveyor]Denis Ovsienko
2021-01-23Do our own search for Bison/Berkeley YACC.Guy Harris
2021-01-23Run Bison with -Wno-yacc.Guy Harris
2020-10-19grammar.y is now a built file.Guy Harris
2020-09-09Fixup pcap_datalink_val_to_description_or_dlt(). [skip ci]Denis Ovsienko
2020-08-20Add visopts.py to EXTRA_DIST (GH #913).Denis Ovsienko
2020-06-16Add two missing files in Makefile.in (EXTRA_DIST)Francois-Xavier Le Bail
2020-05-07Support AirPcap devices with a pcap module.Guy Harris
2020-04-14For now, put charconv.[ch] in EXTRA_DIST, so we don't build it.Guy Harris
2020-04-14Add charconv.[ch] to the release tarball.Guy Harris
2020-04-11Add support for UTF-8 strings on Windows.Guy Harris
2020-03-02Fix "make depend" for out-of-tree builds.Guy Harris
2020-03-02Correctly look for mkdep in the top-level source directory.Guy Harris
2020-02-24Add pcap-haiku.cpp to the release tarballFrancois-Xavier Le Bail
2019-10-31Fix copy-and-pasteo.Guy Harris
2019-10-01Remove extra blank linesFrancois-Xavier Le Bail
2019-10-01Makefile.in: Update release candidates buildFrancois-Xavier Le Bail
2019-10-01Makefile.in: Run 'autoreconf -f' when buiding releaseFrancois-Xavier Le Bail
2019-09-30codify how release candidates are builtMichael Richardson
2019-09-26Makefile.in: Remove two unused variablesFrancois-Xavier Le Bail
2019-08-09Remove some workarounds for old compilers.Guy Harris
2019-04-15Report the DLT description in error messagesBill Fenner
2019-03-11Get rid of GNU Makeisms.Guy Harris
2019-03-10Add Haiku pcap implementationJerome Duval