cosmopolitan/third_party/zip
Justine Tunney f7ff77d865
Make fixes and improvements
- Invent iso8601us() for faster timestamps
- Improve --strace descriptions of sigset_t
- Rebuild the Landlock Make bootstrap binary
- Introduce MODE=sysv for non-Windows builds
- Permit OFD fcntl() locks under pledge(flock)
- redbean can now protect your kernel from ddos
- Have vfork() fallback to sys_fork() not fork()
- Change kmalloc() to not die when out of memory
- Improve documentation for some termios functions
- Rewrite putenv() and friends to conform to POSIX
- Fix linenoise + strace verbosity issue on Windows
- Fix regressions in our ability to show backtraces
- Change redbean SetHeader() to no-op if value is nil
- Improve fcntl() so SQLite locks work in non-WAL mode
- Remove some unnecessary work during fork() on Windows
- Create redbean-based SSL reverse proxy for IPv4 TurfWar
- Fix ape/apeinstall.sh warning when using non-bash shells
- Add ProgramTrustedIp(), and IsTrustedIp() APIs to redbean
- Support $PWD, $UID, $GID, and $EUID in command interpreter
- Introduce experimental JTqFpD APE prefix for non-Windows builds
- Invent blackhole daemon for firewalling IP addresses via UNIX named socket
- Add ProgramTokenBucket(), AcquireToken(), and CountTokens() APIs to redbean
2022-10-19 07:19:19 -07:00
..
api.h Reimport zip into third party 2022-10-16 13:39:41 -07:00
crc32.c Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
crc32.h Reimport zip into third party 2022-10-16 13:39:41 -07:00
crypt.c Reimport zip into third party 2022-10-16 13:39:41 -07:00
crypt.h Reimport zip into third party 2022-10-16 13:39:41 -07:00
crypt_.c Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
deflate.c Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
fileio.c Make fixes and improvements 2022-10-19 07:19:19 -07:00
fileio_.c Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
globals.c Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
LICENSE Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
osdep.h Reimport zip into third party 2022-10-16 13:39:41 -07:00
README.cosmo Reimport zip into third party 2022-10-16 13:39:41 -07:00
revision.h Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
tailor.h Reimport zip into third party 2022-10-16 13:39:41 -07:00
timezone.c Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
timezone.h Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
trees.c Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
ttyio.c Reimport zip into third party 2022-10-16 13:39:41 -07:00
ttyio.h Flatten InfoZIP directory and fix build issues 2022-04-20 22:40:33 -07:00
unix.c Reimport zip into third party 2022-10-16 13:39:41 -07:00
unix_.c Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
util.c Reimport zip into third party 2022-10-16 13:39:41 -07:00
util_.c Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
zbz2err.c Reimport zip into third party 2022-10-16 13:39:41 -07:00
zip.c Reimport zip into third party 2022-10-16 13:39:41 -07:00
zip.h Reimport zip into third party 2022-10-16 13:39:41 -07:00
zip.mk Fold LIBC_UNICODE into LIBC_STR 2022-08-13 08:42:32 -07:00
zipcloak.c Reimport zip into third party 2022-10-16 13:39:41 -07:00
ziperr.h Revert whitespace fixes to third_party (#501) 2022-07-21 21:46:07 -07:00
zipfile.c Reimport zip into third party 2022-10-16 13:39:41 -07:00
zipfile_.c Remove plenty of makefile misconfigurations 2022-07-21 09:20:59 -07:00
zipnote.c Reimport zip into third party 2022-10-16 13:39:41 -07:00
zipsplit.c Reimport zip into third party 2022-10-16 13:39:41 -07:00
zipup.c Reimport zip into third party 2022-10-16 13:39:41 -07:00
zipup.h Reimport zip into third party 2022-10-16 13:39:41 -07:00

DESCRIPTION

  zip utility from Info-ZIP

ORIGIN

  source code obtained as zip30.tar.gz
  http://infozip.sourceforge.net/Zip.html
  https://sourceforge.net/projects/infozip/files/

LOCAL CHANGES

  - Use Cosmopolitan's PCLMUL optimized CRC32
  - Improve find_next_signature() performance using unlocked stdio