Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try to add cp to busybox againHEADmaster | Alexander M Pickering | 2025-02-27 | 1 | -3/+3 |
| | |||||
* | Add the cp utility | Alexander M Pickering | 2025-02-27 | 1 | -1/+1 |
| | |||||
* | Fix tempfiles | Alexander M Pickering | 2024-11-22 | 1 | -75/+71 |
| | | | | | | Change tempfile to use window's tmpname(), originally tempfiles were made in the root of the directory, causing permission denied for non-admin users (e.g. when installing a rock in user-local tree). | ||||
* | Use correct methods | Alexander M Pickering | 2024-11-21 | 1 | -14/+18 |
| | |||||
* | try using openssl bios | Alexander M Pickering | 2024-11-21 | 1 | -21/+27 |
| | |||||
* | More debugging | Alexander M Pickering | 2024-11-21 | 1 | -14/+15 |
| | |||||
* | Fix memory leak | Alexander M Pickering | 2024-11-21 | 1 | -18/+25 |
| | |||||
* | typo | Alexander M Pickering | 2024-11-21 | 1 | -2/+2 |
| | |||||
* | use the ansi version of deletefile | Alexander M Pickering | 2024-11-21 | 1 | -16/+27 |
| | |||||
* | Try creating a temp file manually. | Alexander M Pickering | 2024-11-21 | 1 | -13/+20 |
| | |||||
* | bugfixes | Alexander M Pickering | 2024-11-21 | 1 | -12/+16 |
| | |||||
* | Properly close connection contexts when downloading | Alexander M Pickering | 2024-11-21 | 1 | -17/+48 |
| | |||||
* | More debugging messages | Alexander M Pickering | 2024-11-20 | 1 | -12/+28 |
| | |||||
* | Remove extra certificates | Alexander M Pickering | 2024-11-17 | 1 | -7/+3 |
| | |||||
* | Fix memory leak | Alexander M Pickering | 2024-11-15 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of lua4.win:busybox-w32-packaging | Alexander M Pickering | 2024-11-15 | 0 | -0/+0 |
|\ | |||||
| * | More debug info | Alexander M Pickering | 2024-11-12 | 1 | -18/+19 |
| | | |||||
* | | Fix the libressl patch. | Alexander M Pickering | 2024-11-15 | 1 | -397/+169 |
|/ | | | | | Add SSL authentication to wget; use certificates from the Windows Certificate Store. | ||||
* | Set a ca folderbug/wolfssl | Alexander M Pickering | 2024-11-11 | 1 | -2/+2 |
| | |||||
* | test a hardcoded pem certificate | Alexander M Pickering | 2024-11-11 | 2 | -49/+66 |
| | |||||
* | More error reporting | Alexander M Pickering | 2024-11-11 | 1 | -24/+40 |
| | |||||
* | rewind output file | Alexander M Pickering | 2024-11-11 | 1 | -18/+23 |
| | |||||
* | work | Alexander M Pickering | 2024-11-11 | 1 | -43/+88 |
| | |||||
* | Add colors | Alexander M Pickering | 2024-11-11 | 2 | -25/+26 |
| | |||||
* | Try creating a socket pair | Alexander M Pickering | 2024-11-08 | 1 | -27/+32 |
| | |||||
* | more debugging | Alexander M Pickering | 2024-11-08 | 1 | -24/+61 |
| | |||||
* | more debugging | Alexander M Pickering | 2024-11-08 | 1 | -11/+25 |
| | |||||
* | try a different way to open socket | Alexander M Pickering | 2024-11-08 | 1 | -14/+25 |
| | |||||
* | debugging | Alexander M Pickering | 2024-11-08 | 1 | -1/+245 |
| | |||||
* | add new enomems | Alexander M Pickering | 2024-11-08 | 1 | -4/+4 |
| | |||||
* | Change some more out of memory errors | Alexander M Pickering | 2024-11-08 | 1 | -5/+6 |
| | |||||
* | Assign numbers to out of memory so we can see where we fail | Alexander M Pickering | 2024-11-08 | 2 | -1/+27 |
| | |||||
* | try removeing https | Alexander M Pickering | 2024-11-08 | 1 | -1/+1 |
| | |||||
* | Reuse structs | Alexander M Pickering | 2024-11-08 | 1 | -3/+3 |
| | |||||
* | Try removing tls_handshake, it should be called automatically | Alexander M Pickering | 2024-11-08 | 1 | -23/+22 |
| | |||||
* | Remove handshake call | Alexander M Pickering | 2024-11-08 | 1 | -2/+11 |
| | |||||
* | Try fixing some warnings | Alexander M Pickering | 2024-11-08 | 1 | -17/+30 |
| | |||||
* | Rename test.patch | Alexander M Pickering | 2024-11-07 | 4 | -2/+27 |
| | |||||
* | Enable buildsfeat/builds | Alexander M Pickering | 2024-11-07 | 1 | -3/+1 |
| | |||||
* | Actually use the libs passed | Alexander M Pickering | 2024-11-07 | 1 | -0/+14 |
| | |||||
* | Rewrite depedent libraries | Alexander M Pickering | 2024-11-07 | 1 | -1/+1 |
| | |||||
* | Set flags in config | Alexander M Pickering | 2024-11-07 | 3 | -7/+24 |
| | | | | no need to do it in init with sed. | ||||
* | more work | Alexander M Pickering | 2024-11-07 | 3 | -0/+149 |
| | |||||
* | Turns out we don't actually need libressl, busybox has its own working | Alexander M Pickering | 2024-11-07 | 2 | -12/+0 |
| | | | | one. | ||||
* | Add libraries and set flags | Alexander M Pickering | 2024-11-07 | 2 | -2/+9 |
| | |||||
* | Correct name | Alexander M Pickering | 2024-11-07 | 1 | -4/+4 |
| | |||||
* | Work on multiple builds | Alexander M Pickering | 2024-11-07 | 2 | -4/+31 |
| | |||||
* | Use openssl, required to actually check certificates | Alexander M Pickering | 2024-11-04 | 1 | -2/+2 |
| | |||||
* | Try setting busybox binary name | Alexander M Pickering | 2024-11-04 | 1 | -1/+1 |
| | |||||
* | Add ssl client to busybox for https | Alexander M Pickering | 2024-11-04 | 1 | -1/+1 |
| |