Commit graph

  • fcfdd26b72
    Fix wrong parameter type in redbean documentation (#1162) Paul Kulchenko 2024-04-29 17:09:25 -07:00
  • 4975adcb5c Fix wrong parameter type in redbean documentation Paul Kulchenko 2024-04-29 15:53:03 -07:00
  • 2e33953818
    make.com -> make in apeinstall.sh Matt Colyer 2024-04-29 07:20:21 -07:00
  • 2b00ee8723
    Fix errno.h documentation typos Justine Tunney 2024-04-28 22:57:21 -07:00
  • ff2b6fc0b0
    Add munlock() and mlock2() to pledge Justine Tunney 2024-04-28 16:53:23 -07:00
  • 0eef971494
    Add much of C11 threads.h API Justine Tunney 2024-04-28 07:03:56 -07:00
  • 7500b02db5 fgets_interrupt_test needs single core affinity Cadence Ember 2024-04-28 02:44:54 +12:00
  • de88f85bec
    small typo too Enrico Spinielli 2024-04-27 14:03:56 +02:00
  • 4b2b65cab7
    small typos Enrico Spinielli 2024-04-27 13:08:12 +02:00
  • 2bfd6b37c1
    Various paginate improvements (#1148) Gavin Hayes 2024-04-26 23:12:25 -04:00
  • 0eab6a8489 Revert "move back to proc, __static_yoink in paginate.c does not work" Gavin Hayes 2024-04-26 21:48:31 -04:00
  • 38d0728107 move back to proc, __static_yoink in paginate.c does not work Gavin Hayes 2024-04-26 01:02:54 -04:00
  • 2dfb72d278 cleanup __paginate unlinking Gavin Hayes 2024-04-16 20:49:38 -04:00
  • 346a78ddc0 add __paginate_file Gavin Hayes 2024-04-16 04:47:54 -04:00
  • 7eaa6a0061 make __paginate more robust Gavin Hayes 2024-04-16 02:50:08 -04:00
  • 2a2c1ad806 start on improving __paginate Gavin Hayes 2024-04-12 01:59:54 -04:00
  • 69db501c68
    Fix fork locking on win32 (#1141) Gavin Hayes 2024-04-25 23:01:27 -04:00
  • 4b39d15d16 fix child processes not being able to open files, initialize all necessary locks on fork Gavin Hayes 2024-04-11 23:11:42 -04:00
  • 2721ad46ea Fix fork locking on win32 Gavin Hayes 2024-04-10 22:26:23 -04:00
  • e2bebc73e3 Test fgets, signals, and SA_RESTART interactions Cadence Ember 2024-04-26 01:29:50 +00:00
  • 9df3689416 Let signals interrupt fgets unless SA_RESTART set Cadence Ember 2024-04-26 01:33:04 +00:00
  • 6e6fc38935
    Apply clang-format update to repo (#1154) Jōshin 2024-04-25 10:38:00 -07:00
  • 342d0c81e5
    vim spells the c++ filetype 'cpp' Jōshin 2024-04-24 13:56:37 -07:00
  • a23c290a42
    Revert "auto: clang-format the repo" Jōshin 2024-04-24 13:44:25 -07:00
  • 21e46023ae
    auto: clang-format the repo again Jōshin 2024-04-24 13:43:41 -07:00
  • d33b18d7f2
    Reapply "Update .clang-format" Jōshin 2024-04-23 09:59:49 -07:00
  • c9b91d7acc
    auto: clang-format the repo Jōshin 2024-04-24 13:42:46 -07:00
  • d64a3c73e9
    Revert "Update .clang-format" Jōshin 2024-04-23 09:58:17 -07:00
  • cec4c04aa1
    Remove .com logic from GetProgramExecutableName (#1134) Jōshin 2024-04-23 19:07:19 -07:00
  • 803fbe42e7 fix recvfrom returning garbage for address on Windows Gavin Hayes 2024-04-23 21:29:54 -04:00
  • 771483c4e9 add test Gavin Hayes 2024-04-23 21:28:58 -04:00
  • f8c0186221
    Fix calling __dns_parse with potentially too large rlen Alexey Izbyshev 2024-04-23 09:35:30 -07:00
  • 6992d8c195
    Remove arbitrary limit from DNS result parsing Quentin Rameau 2024-04-23 09:32:47 -07:00
  • 1a6b4ab627
    Import mntent bug fixes from Musl Libc Justine Tunney 2024-04-23 09:29:56 -07:00
  • 9e848abad9
    Add missing Musl license headers Justine Tunney 2024-04-23 09:29:46 -07:00
  • 223eb358c4
    Import compiler warning fix from Musl Justine Tunney 2024-04-23 09:29:28 -07:00
  • ea3cc4ea0b
    math: fix fma(x,y,0) when x*y rounds to -0 Szabolcs Nagy 2024-04-23 09:21:08 -07:00
  • 9ee5b5a2f0 recvfrom: don't convert address if addrsize is 0 Gavin Hayes 2024-04-22 22:56:43 -04:00
  • 01267ea0f5
    Update GetRemoteAddr documentation to clarify that it may return nil. (#1149) Paul Kulchenko 2024-04-21 22:55:08 -07:00
  • 3e2afa6f5a Update GetRemoteAddr documentation to clarify that it may return nil. Paul Kulchenko 2024-04-21 21:47:37 -07:00
  • bc6c18368f
    Update .clang-format Justine Tunney 2024-04-19 17:11:08 -07:00
  • 06839ab301
    Change loop bound on uuidv4 test (#1143) Jōshin 2024-04-12 12:22:34 -04:00
  • 56aca73968
    Change loop bound on uuidv4 test Jōshin 2024-04-12 11:12:18 -04:00
  • 39dde41516
    [Redbean] Add UuidV4 method (#1140) BONNAURE Olivier 2024-04-12 17:10:27 +02:00
  • 1b6adf7740 update Copyright date BONNAURE Olivier 2024-04-12 16:10:44 +02:00
  • 521e2b7f0f optimize the 19th caracter BONNAURE Olivier 2024-04-12 16:07:18 +02:00
  • ad8f623320 removed extra _rand64 BONNAURE Olivier 2024-04-12 15:54:45 +02:00
  • dc5c795df3 use statuc const char for v variable BONNAURE Olivier 2024-04-12 15:48:16 +02:00
  • fab02d9e5f refactor code and less use of _rand64 BONNAURE Olivier 2024-04-12 15:42:30 +02:00
  • 99da35ab47 refactor code and less use of _rand64 BONNAURE Olivier 2024-04-12 15:36:57 +02:00
  • d61c33d7b4 remove static char to only use char BONNAURE Olivier 2024-04-12 15:16:13 +02:00
  • eab6cabde0 use _rand64() instead of random() BONNAURE Olivier 2024-04-12 14:55:19 +02:00
  • faf77cbc86 no zlib namespace Gautham 2024-04-11 16:50:33 +00:00
  • 20d8a4d85a specs : iterate over 1_000_000 uuids BONNAURE Olivier 2024-04-11 17:32:58 +02:00
  • 417ec8a983 remove training space BONNAURE Olivier 2024-04-11 17:25:19 +02:00
  • 026de06478 use random() instead of rand() BONNAURE Olivier 2024-04-11 17:17:02 +02:00
  • 3e16e59f72
    Move store after __asan_unpoison in __zipos_alloc (#1135) Jōshin 2024-04-10 23:04:03 -04:00
  • 699e7dff6e fix specs BONNAURE Olivier 2024-04-09 17:42:58 +02:00
  • b605af00be add specs BONNAURE Olivier 2024-04-09 17:39:26 +02:00
  • 41d7ef9569 Remove useless <time.h> dependency BONNAURE Olivier 2024-04-09 17:29:08 +02:00
  • 1f7445ad37 Update documentation BONNAURE Olivier 2024-04-09 17:25:35 +02:00
  • 12b3dfb29c Fix returned value to 0 BONNAURE Olivier 2024-04-08 14:20:30 +02:00
  • b6c96954c1
    Merge branch 'jart:master' into master BONNAURE Olivier 2024-04-08 13:25:32 +02:00
  • 2dfc9bb32d feat: Redbean => add new UuidV4 method BONNAURE Olivier 2024-04-08 13:11:14 +02:00
  • cf9a1f7f33
    Fix MODE=optlinux build Justine Tunney 2024-04-06 21:01:44 -07:00
  • 49a32136f8
    Upgrade the One True Awk Justine Tunney 2024-04-06 19:21:48 -07:00
  • c860be3de7
    Move store after __asan_unpoison in __zipos_alloc Jōshin 2024-04-03 14:29:07 -04:00
  • 574c0ee0d8
    Remove .com logic from GetProgramExecutableName Jōshin 2024-04-03 14:11:31 -04:00
  • 59c7ea08c2 Added Hunt the Wumpus to examples Eryk Wieliczko 2024-04-02 21:33:16 +02:00
  • b9d6e6e348
    Standardize on -fsigned-char Justine Tunney 2024-03-30 21:46:08 -07:00
  • b431ca4449
    Upgrade to cosmocc v3.3.3 Justine Tunney 2024-03-30 20:17:14 -07:00
  • 98d06b23cc
    Release Cosmopolitan v3.3.3 3.3.3 Justine Tunney 2024-03-30 19:03:30 -07:00
  • 9ff65cff63
    Fix ZipOS extraction of ZIP64 assets Justine Tunney 2024-03-30 19:00:40 -07:00
  • bef2cb05ff
    Fix AVX512_BF16 Justine Tunney 2024-03-26 00:00:35 -07:00
  • 43885a76e4
    Fix binary formatting for integers 2 and 3 (#1123) mierenhoop 2024-03-26 05:11:09 +01:00
  • 74a85087de
    Support -S in cosmocross Justine Tunney 2024-03-24 15:49:55 -07:00
  • 164ce41ed4 Update FormatBinary64 test mierenhoop 2024-03-24 12:10:11 +01:00
  • 045632a743
    Make fixupobj work on Windows Justine Tunney 2024-03-24 03:14:25 -07:00
  • 9a10adac35
    Remove .com from README Justine Tunney 2024-03-22 19:38:38 -07:00
  • 0c12c26e1d
    Update Emacs config Justine Tunney 2024-03-22 19:27:11 -07:00
  • 40b7da8422
    Speed up fmaf() on x86 Justine Tunney 2024-03-22 19:26:56 -07:00
  • 640668931d
    Clarify MacOS supported versions Justine Tunney 2024-03-22 19:25:07 -07:00
  • 685d7c4cec
    change 15.6 to 10.15.6 under macos support foxt 2024-03-23 00:38:45 +00:00
  • 1c34088ba0
    Ignore -pie and -fpie in cosmocc Justine Tunney 2024-03-22 03:55:01 -07:00
  • 940e9eaa56
    Update README.md jperon 2024-03-12 17:44:23 +01:00
  • f0ea11c70f Fix binary formatting for integers 2 and 3 mierenhoop 2024-03-10 00:05:47 +01:00
  • bb92347158
    Add deprecated stubs for _bsf / _bsr Justine Tunney 2024-03-05 09:45:51 -08:00
  • 8bfd56b59e
    Rename _bsr/_bsf to bsr/bsf Justine Tunney 2024-03-04 17:33:26 -08:00
  • a6baba1b07
    Stop using .com extension in monorepo Justine Tunney 2024-03-02 16:57:56 -08:00
  • 95d0ee7f42 documentation touch-ups s0ph0s 2024-02-28 23:47:52 -05:00
  • d9be18413a clang-format s0ph0s 2024-02-28 22:36:21 -05:00
  • 975c6c8c0a Finish writing documentation, fix segfaults? s0ph0s 2024-02-28 22:30:34 -05:00
  • e246e07e03 Add crypto.tls.wrap docs s0ph0s 2024-02-28 21:22:46 -05:00
  • be83153073 Fix segfault s0ph0s 2023-12-17 20:53:24 -05:00
  • a9d0805dba First draft of crypto.tls.wrap() s0ph0s 2023-12-15 22:55:02 -05:00
  • 4c08eea8bc documentation touch-ups s0ph0s 2024-02-28 23:47:52 -05:00
  • 49003febd8 clang-format s0ph0s 2024-02-28 22:36:21 -05:00
  • 81bc69fa43 Finish writing documentation, fix segfaults? s0ph0s 2024-02-28 22:30:34 -05:00
  • 88d2662664 Merge branch 'master' of https://github.com/jart/cosmopolitan into lua-tls-api s0ph0s 2024-02-28 21:23:31 -05:00
  • 451505f5b5 Add crypto.tls.wrap docs s0ph0s 2024-02-28 21:22:46 -05:00