aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Cirrus CI: dump out the /etc/profile and .profile files.Guy Harris2023-07-011-2/+2
* | | Cirrus CI: dump both the Windows and UN*X environments.Guy Harris2023-07-011-2/+2
* | | Cirrus CI: only build with CMake, not with autotools.Guy Harris2023-07-011-0/+3
* | | Cirrus CI: try using a forward slash when running build_matrix.sh.Guy Harris2023-07-011-1/+1
* | | Cirrus CI: don't install and use MSYS2, don't run a login shell.Guy Harris2023-07-011-2/+1
* | | CI: Fix compiler identification after commit 1c4169e. [skip ci]Denis Ovsienko2023-07-011-3/+3
* | | CI: use expr, rather than bc, to perform arithmetic in shell scripts.Guy Harris2023-06-301-1/+1
* | | Cirrus CI: properly escape the backslash in the path.Guy Harris2023-06-301-4/+1
* | | Cirrus CI: some Windows tweaks.Guy Harris2023-06-301-5/+9
* | | Cirrus CI: run the build scripts on Windows with the MSYS2 bash.Guy Harris2023-06-301-1/+1
* | | Cirrus CI: OK, install msys2 from Chocolatey.Guy Harris2023-06-301-3/+1
* | | Cirrus CI: OK, where is the Bourne-compatible shell hiding?Guy Harris2023-06-301-2/+2
* | | Cirrus CI: OK, what's hiding under /mingw64?Guy Harris2023-06-301-1/+1
* | | Cirrus CI: OK, what is $PATH set to?Guy Harris2023-06-301-0/+1
* | | Cirrus CI: do dir/a on C:\.Guy Harris2023-06-301-2/+1
* | | Cirrus CI: try to get a list of drives.Guy Harris2023-06-301-0/+1
* | | Cirrus CI: OK, now C:\Program Files.Guy Harris2023-06-301-1/+1
* | | Cirrus CI: OK, let's see what's at C:\.Guy Harris2023-06-301-1/+1
* | | Cirrus CI: look for the MSYS2 tools.Guy Harris2023-06-301-0/+1
* | | Cirrus CI: run the "pacman" command with the MSYS2 shell.Guy Harris2023-06-301-1/+1
* | | Cirrus CI: for Windows, install bc from MSYS2.Guy Harris2023-06-301-0/+1
* | | Cirrus CI: first attempt at Windows builds.Guy Harris2023-06-302-22/+51
* | | Cirrus CI: OK, disable the Windows build for now. [skip ci]Guy Harris2023-06-301-24/+21
* | | Cirrus CI: add some further Windows stuff, see what uname gives.Guy Harris2023-06-301-18/+25
* | | Cirrus CI: turn Windows task off for now. [skip ci]Guy Harris2023-06-301-18/+18
* | | Cirrus CI: use -L to make the AirPcap SDK download follow redirects.Guy Harris2023-06-301-1/+1
* | | Cirrus CI: use curl -o and -O, quote AirPcap SDK URL.Guy Harris2023-06-301-3/+3
* | | Cirrus CI: install Npcap and AirPcap SDKs, try a fancier command.Guy Harris2023-06-301-2/+6
* | | Cirrus CI: try installing the WinPcap developer's pack, try running a shell.Guy Harris2023-06-301-2/+3
* | | Suppress progress indicators from Chocolatey.Guy Harris2023-06-301-3/+3
* | | Testing some install-script stuff to set up a Cirrus CI Windows container.Guy Harris2023-06-301-7/+13
* | | AppVeyor: disable remote capture with VS 2019.Guy Harris2023-06-302-37/+49
* | | OK, find, dump the whole header file to stdout.Guy Harris2023-06-291-1/+1
* | | OK, try getting the copyright line from opensslv.h.Guy Harris2023-06-291-1/+1
* | | More debugging.Guy Harris2023-06-291-1/+1
* | | Put "skip ci" in the body of the commit message.Guy Harris2023-06-291-1/+0
* | | More temporary debugging stuff. [skip ci]Guy Harris2023-06-291-35/+1
* | | Look at OPEN_SSL_VERSION_{MAJOR,MINOR,etc.}Guy Harris2023-06-291-0/+12
* | | Try to find out what the heck OPENSSL_VERSION_NUMBER is on that buildbot.Guy Harris2023-06-291-0/+4
* | | sslutils: handle routines removed in at least some OpenSSL libraries.Guy Harris2023-06-291-0/+18
* | | Add a debugging message to try to figure out the latest breakage.Guy Harris2023-06-291-0/+1
* | | bpf: move handling of zones into bpf_bind().Guy Harris2023-06-291-92/+113
* | | bpf: report {non-existent zone}/{interface} errors appropriately.Guy Harris2023-06-291-3/+30
* | | Fix universal builds.Guy Harris2023-06-282-198/+220
* | | Don't check for libssl if we're not building with remote support.Guy Harris2023-06-281-74/+78
* | | Don't indent comments.Guy Harris2023-06-281-12/+12
* | | Fix spellingJosh Soref2023-06-2544-99/+99
* | | Merge pull request #1201 from guyharris/fail-if-cant-allocate-dlt-listGuy Harris2023-06-2510-90/+102
|\ \ \
| * | | If we can't allocate a DLT_ list, fail.Guy Harris2023-06-2410-90/+102
|/ / /
* | | dag: remove unnecessary null pointer checks.Guy Harris2023-06-241-30/+17