| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Squelch unused argument warningsindexer-buffer-overlow | Joseph Hunkeler | 24 hours | 2 | -0/+4 |
| | | |||||
| * | Delivery context is constant | Joseph Hunkeler | 24 hours | 1 | -1/+1 |
| | | |||||
| * | Duplicate tests | Joseph Hunkeler | 24 hours | 1 | -0/+17 |
| | | |||||
| * | Duplicate jfrog_auth | Joseph Hunkeler | 24 hours | 1 | -0/+11 |
| | | |||||
| * | Move docker struct duplication down to jfrog struct duplication | Joseph Hunkeler | 24 hours | 1 | -9/+9 |
| | | |||||
| * | Delivery context is not modified | Joseph Hunkeler | 24 hours | 1 | -1/+1 |
| | | |||||
| * | Fix buffer overflow while building command string | Joseph Hunkeler | 24 hours | 1 | -2/+2 |
| | | |||||
| * | Initialize character arrays to zero | Joseph Hunkeler | 3 days | 1 | -7/+3 |
| | | | | | * Remove memset calls | ||||
| * | Fix System struct comment positions | Joseph Hunkeler | 3 days | 1 | -4/+2 |
| | | |||||
| * | Duplicate upload context | Joseph Hunkeler | 3 days | 1 | -1/+43 |
| | | |||||
| * | Fix incorrect formatter in SYSERROR call | Joseph Hunkeler | 3 days | 1 | -1/+1 |
| | | |||||
| * | Convert context manipulation from stack+heap to just heap | Joseph Hunkeler | 3 days | 10 | -76/+85 |
| | | |||||
| * | Fix possible overflow in command string | Joseph Hunkeler | 3 days | 1 | -3/+3 |
| | | |||||
| * | get_latest_deliveries() now optionally returns the count of elements in the ↵ | Joseph Hunkeler | 3 days | 2 | -3/+8 |
| | | | | | returned array of Delivery structs | ||||
| * | Add delivery_duplicate() and strdup_maybe() helper | Joseph Hunkeler | 3 days | 2 | -0/+110 |
| | | | | | | * The indexer needs to generate copies of the delivery context. The previous implementation (memcpy) left a lot to be desired. * strdup_maybe() might be useful elsewhere but for now I am leaving it static | ||||
| * | Merge pull request #116 from jhunkeler/breakdownHEADmaster | Joseph Hunkeler | 2025-07-08 | 14 | -353/+552 |
| |\ | | | | | Breakdown & Bug fixes | ||||
| | * | Increase lines_on_error from 100 to 1000breakdown | Joseph Hunkeler | 2025-07-08 | 2 | -2/+2 |
| | | | | | | | | | * Debug messages are chatty | ||||
| | * | Bugfix: Remove errant else block | Joseph Hunkeler | 2025-07-08 | 1 | -10/+15 |
| | | | | | | | | | | | * Add debug messages * Add error handling to cfg_path assignment | ||||
| | * | Free errmsg after use | Joseph Hunkeler | 2025-07-08 | 1 | -0/+1 |
| | | | |||||
| | * | Bugfix: HTTP_ERROR did not check for negative values | Joseph Hunkeler | 2025-07-08 | 1 | -1/+1 |
| | | | |||||
| | * | Debug messages | Joseph Hunkeler | 2025-07-08 | 2 | -0/+9 |
| | | | |||||
| | * | Write error message correctly to the buffer | Joseph Hunkeler | 2025-07-08 | 1 | -3/+3 |
| | | | | | | | | | | | * If errmsg is NULL, allocate and write string * If errmsg is not NULL, write string | ||||
| | * | Enable debug messages in RT | Joseph Hunkeler | 2025-07-08 | 1 | -1/+1 |
| | | | |||||
| | * | Set last records to NULL | Joseph Hunkeler | 2025-07-08 | 1 | -1/+2 |
| | | | |||||
| | * | Disable noisy debug statements | Joseph Hunkeler | 2025-07-08 | 1 | -2/+2 |
| | | | |||||
| | * | Fix leak in artifactory test | Joseph Hunkeler | 2025-07-07 | 1 | -0/+1 |
| | | | |||||
| | * | Make want_(artifactory|docker) constant | Joseph Hunkeler | 2025-07-07 | 1 | -3/+3 |
| | | | |||||
| | * | Fix leak | Joseph Hunkeler | 2025-07-07 | 1 | -0/+1 |
| | | | |||||
| | * | Test for ini_getall() | Joseph Hunkeler | 2025-07-07 | 1 | -0/+18 |
| | | | |||||
| | * | Offset is constant | Joseph Hunkeler | 2025-07-07 | 1 | -0/+1 |
| | | | |||||
| | * | Use a copy of the environment variable if its present | Joseph Hunkeler | 2025-07-07 | 1 | -1/+4 |
| | | | |||||
| | * | Return a copy of the input, not the input pointer | Joseph Hunkeler | 2025-07-07 | 1 | -2/+1 |
| | | | |||||
| | * | Separator as variable | Joseph Hunkeler | 2025-07-07 | 1 | -0/+1 |
| | | | |||||
| | * | Memory safety | Joseph Hunkeler | 2025-07-07 | 1 | -5/+27 |
| | | | |||||
| | * | Grammar | Joseph Hunkeler | 2025-07-07 | 1 | -1/+1 |
| | | | |||||
| | * | Convert sprintf to snprintf | Joseph Hunkeler | 2025-07-07 | 1 | -3/+2 |
| | | | |||||
| | * | Move steps into functions | Joseph Hunkeler | 2025-07-07 | 1 | -330/+387 |
| | | | |||||
| | * | Add delivery_export.c | Joseph Hunkeler | 2025-07-07 | 3 | -0/+83 |
| | | | |||||
| | * | Remove dead code | Joseph Hunkeler | 2025-07-07 | 1 | -2/+0 |
| |/ | |||||
| * | Merge pull request #114 from jhunkeler/fail-on-baked-in-vcs-requirements | Joseph Hunkeler | 2025-07-03 | 4 | -0/+111 |
| |\ | | | | | Ban Python packages with VCS requirement URLs | ||||
| | * | Ban Python packages with VCS requirement URLs in their setup scripts/configsfail-on-baked-in-vcs-requirements | Joseph Hunkeler | 2025-07-02 | 4 | -0/+111 |
| | | | |||||
| * | | Merge pull request #115 from jhunkeler/errant-extra-index | Joseph Hunkeler | 2025-07-02 | 1 | -1/+1 |
| |\ \ | |/ |/| | Bug: Injected --extra-index-url into conda and pip commands | ||||
| | * | Bug: Injected --extra-index-url into conda and pip commandserrant-extra-index | Joseph Hunkeler | 2025-07-02 | 1 | -1/+1 |
| |/ | | | | * Fix: Only inject it in deferred PIP mode | ||||
| * | Merge pull request #113 from jhunkeler/allow-hashes-as-version | Joseph Hunkeler | 2025-06-30 | 3 | -1/+34 |
| |\ | | | | | Allow hashes as version | ||||
| | * | Allow git commit hashes in "version" fieldallow-hashes-as-version | Joseph Hunkeler | 2025-06-30 | 1 | -1/+1 |
| | | | |||||
| | * | Add helper functions | Joseph Hunkeler | 2025-06-30 | 2 | -0/+33 |
| | | | | | | | | | | | * in_ascii_range: determine if the input character is within the defined range * is_git_sha: determine if the string is most likely a git commit string | ||||
| * | | Merge pull request #112 from jhunkeler/bug-fixes-again | Joseph Hunkeler | 2025-06-30 | 3 | -16/+49 |
| |\| | | | | | to_short_version: drop any values beyond "major.minor" | ||||
| | * | Update to_short_version() testbug-fixes-again | Joseph Hunkeler | 2025-06-30 | 1 | -3/+4 |
| | | | |||||
| | * | Update to_short_version() documentation | Joseph Hunkeler | 2025-06-30 | 1 | -9/+18 |
| | | | |||||
| | * | Fix to_short_version to drop any values beyond "major.minor" | Joseph Hunkeler | 2025-06-30 | 1 | -4/+27 |
| |/ | | | | * Fixes output file names: python=3.13.3 would produce 3133 instead of the expected 313 | ||||
