summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix sign mismatch in getsockopt() optlencleanupsSam Roberts2019-09-301-1/+1
* Remove unused variablesSam Roberts2019-09-302-19/+1
* Update .gitignore: ignore GCC gcno coverageSam Roberts2019-09-301-0/+1
* Improve formatting of NOTEJoachim Nilsson2019-09-291-3/+3
* Link to projects using libnet, and update/add referencesJoachim Nilsson2019-09-291-11/+25
* doc: Remove html from dist, also remove from configure.acJoachim Nilsson2019-09-291-1/+0
* doc: Remove html from dist, created by doxygenJoachim Nilsson2019-09-292-3/+1
* doc/api: Remove generated files, from @sgeto master mergeJoachim Nilsson2019-09-2938-12082/+0
* appveyor: Try relative path to msvcbuild.batJoachim Nilsson2019-09-291-2/+2
* README: Indent **NOTE:** to be easier to read renderedJoachim Nilsson2019-09-291-2/+2
* appveyor: Enclose build commands in quotes for %~dp0Joachim Nilsson2019-09-291-2/+2
* Sync TODO files, removing top-level oneJoachim Nilsson2019-09-292-44/+24
* Relocate scripts/ to bin/ and .bat file to win32/Joachim Nilsson2019-09-2914-22/+22
* Add basic building instructions and delete separate build guide docJoachim Nilsson2019-09-292-80/+42
* Old README replaced with README.mdJoachim Nilsson2019-09-291-46/+0
* Add banner link to autogenerated CodeDocsJoachim Nilsson2019-09-291-1/+3
* Update generated man pagesJoachim Nilsson2019-09-293-35/+35
* Update and add .gitignore filesJoachim Nilsson2019-09-292-0/+11
* Simplify and clean up top Makefile.am a bitJoachim Nilsson2019-09-292-46/+20
* doc: Clean up libnet-config and generated html filesJoachim Nilsson2019-09-296-531/+5
* Split .gitignore in sub-directories and clean up a bitJoachim Nilsson2019-09-294-58/+56
* Simplify CodeDocs generation of https://codedocs.xyz/libnet/libnet/Joachim Nilsson2019-09-292-96/+1
* Generate Doxyfile from configure script to handle out-of-tree buildsJoachim Nilsson2019-09-296-74/+42
* autogen.sh: Remove script debugging and rebuild if possibleJoachim Nilsson2019-09-291-5/+6
* src: libnet_link_snoop.c: Fix more #endifs than #ifdefsJoachim Nilsson2019-09-291-5/+2
* Give codedocs.xyz its own namespaced Doxyfile, disabled for nowJoachim Nilsson2019-09-292-0/+193
* Doxyfile: Update paths to new directory layout fo r codedocs.xyzJoachim Nilsson2019-09-291-13/+13
* Follow-up to e4fb7e9, remove COPYING from doc/Joachim Nilsson2019-09-281-2/+2
* Relocate some docs to doc/Joachim Nilsson2019-09-282-0/+0
* Relocate license file to top directoryJoachim Nilsson2019-09-282-8/+5
* Adjust path to Appveyor statusJoachim Nilsson2019-09-281-2/+2
* appveyor: Adjust project path for new directory structureJoachim Nilsson2019-09-281-1/+1
* Travis-CI: Homebrew packages are out-of-date, always updateJoachim Nilsson2019-09-281-0/+1
* Travis-CI: Fix macOS build, s/brew/homebrew/Joachim Nilsson2019-09-281-1/+1
* doc: Fix doxygen buildJoachim Nilsson2019-09-282-2/+2
* doc: Drop unknown HTML_DYNAMIC_MENUS doxygen settingJoachim Nilsson2019-09-281-1/+0
* Revert previous add, generated from fixmanpages.inJoachim Nilsson2019-09-281-72/+0
* Always generate win32/Makefile, used for make dist targetJoachim Nilsson2019-09-281-1/+2
* Add missing fixmanpages script, lost after big mergeJoachim Nilsson2019-09-281-0/+72
* Manual update of generated man pagesJoachim Nilsson2019-09-285-4046/+89
* Travis-CI: Enforce Ubuntu 18.04 to get newer autotoolsJoachim Nilsson2019-09-281-0/+2
* Overhaul new README.md; promote GitHub and simplifyJoachim Nilsson2019-09-281-26/+31
* Add m4 macros missing from big merge, lost because of .gitignoreJoachim Nilsson2019-09-282-2/+329
* Merge branch 'sgeto-master'Joachim Nilsson2019-09-28130-2472/+26285
|\
| * Merge branch 'master' of https://github.com/sgeto/libnet into sgeto-masterJoachim Nilsson2019-09-28130-2472/+26285
| |\ |/ /
| * Fixed merge conflictAli Abdulkadir2018-11-235-6/+11
| |\
| * | Use C99 type __int64_t in libnet-structures.hAli Abdulkadir2018-11-221-3/+3
| * | Fixed (minor) error/typo in Makefile.amAli Abdulkadir2018-11-221-1/+1
| * | Travis: Move build steps from "install" to "script"Ali Abdulkadir2018-06-111-3/+2
| * | Windows: Include pcap.h only when building libnetAli Abdulkadir2018-06-111-9/+2