Commit Graph

  • 29b043fd1f Increase tool version master Maxime Arthaud 2026-02-28 17:09:25 +01:00
  • 59b6d64ad8 Fix for dulwich >= 0.24 (closes #60) Maxime Arthaud 2026-02-28 17:05:33 +01:00
  • 544a3e563a Fix invalid escape sequence warning in Python 3.13+ ryanmroth 2025-08-21 13:40:41 -04:00
  • d0e7067219 Increase tool version 1.0.8 Maxime Arthaud 2024-11-23 19:27:24 +01:00
  • 2d6fa4fa15 Fix syntax error in git_dumper.py script Cmbrlnd 2024-03-17 12:31:56 +08:00
  • 1df41e9c13 environment creation move, add missing sanitization srozb 2024-03-04 10:36:03 +01:00
  • 1c7046ba10 change variable name in the second subprocess.call srozb 2024-03-01 12:55:24 +01:00
  • 9305018b6e proxy check fix & avoid modifying the environment srozb 2024-03-01 12:51:30 +01:00
  • 2f564f4afc add 'ALL_PROXY' env variable to ensure git proxied srozb 2024-02-29 12:09:32 +01:00
  • c7138cf803 fix potential RCE in .git/config srozb 2024-02-29 11:12:13 +01:00
  • ad5d870cda fix timeout broken for main request srozb 2024-02-29 10:36:17 +01:00
  • 00750fbc4c Update possible branch path Cahyo Dwi Putro 2024-02-23 16:19:09 +07:00
  • dba7d67821 Remove global warning suppression Felix Montanari 2024-02-20 10:11:05 +11:00
  • 3ba25f4fe2 Update readme Felix Montanari 2024-02-19 16:19:04 +11:00
  • 495ef0cb26 Fixed issues with my patch, disabled warnings, performed magic rituals Felix Montanari 2024-02-19 16:17:28 +11:00
  • 158b1746ab Added missed pkcs12 support Felix Montanari 2024-02-19 15:46:48 +11:00
  • afbddf200b Update setup.cfg Felix Montanari 2024-02-19 15:39:59 +11:00
  • a5ad533db8 Add pkcs12 support Felix Montanari 2024-02-19 15:39:11 +11:00
  • 32d47a26ca Support more recent version of dulwich (thanks to #33) 1.0.6 Maxime Arthaud 2022-05-06 21:39:31 -07:00
  • bfcbe39a32 Merge pull request #33 from ph20/dev/replace_deprecated_dulwich_index_iterblobs Maxime Arthaud 2022-05-06 21:31:17 -07:00
  • fee03558a1 Bump version Alexandr Grynchuk 2022-05-05 01:05:26 +03:00
  • 21123d8cc1 Fix unsupported dulwich.index.Index.iterblobs method Alexandr Grynchuk 2022-05-05 00:48:17 +03:00
  • 2d4bcf5a2e Use the recommended setup.cfg file to package the project Maxime Arthaud 2022-04-05 09:44:31 -07:00
  • 0e68785456 Merge pull request #28 from carlosevieira/master Maxime Arthaud 2022-04-05 08:41:24 -07:00
  • 5036099662 Bump the version Maxime Arthaud 2022-01-30 19:48:13 -08:00
  • 39dea36e05 Add a disclaimer about RCE if the URL is controlled by an attacker. Maxime Arthaud 2022-01-30 19:45:01 -08:00
  • cbf20f1bc3 Fix a possible directory traversal attack if the repository is controlled by an attacker. Maxime Arthaud 2022-01-30 19:39:21 -08:00
  • 36a7a2941f Update requirements.txt Carlos Vieira 2022-01-12 16:39:31 +01:00
  • d93bc9a815 Merge pull request #24 from ZanyMonk/master Maxime Arthaud 2021-05-15 08:11:40 -07:00
  • d232805c24 Handle responses lacking "Content-Type" header Lucien A 2021-05-08 14:22:16 +02:00
  • 04543ee502 Merge pull request #23 from mimi89999/tags Maxime Arthaud 2021-04-13 20:01:36 -07:00
  • a98f033981 Ignore tags mimi89999 2021-04-13 22:11:58 +02:00
  • 1f784fff0c Fix git_dumper -> git-dumper (closes #22) Maxime Arthaud 2021-04-10 08:16:00 -07:00
  • 9460cc97eb Add instructions to install with pip Maxime Arthaud 2021-04-03 11:11:14 -07:00
  • c3ab238933 Add a setup.py (closes #21) Maxime Arthaud 2021-04-03 10:35:20 -07:00
  • 3569a3ae72 Merge pull request #20 from mimi89999/detached Maxime Arthaud 2021-03-22 21:29:48 -07:00
  • 4dad9688f3 Add support for repos with detached HEAD mimi89999 2021-03-22 19:46:07 +01:00
  • 0885d72f22 Add an option to provide http headers (closes #16) Maxime Arthaud 2021-02-21 16:03:19 -08:00
  • 7da1861375 Improve error handling Maxime Arthaud 2021-02-21 13:53:22 -08:00
  • f4419cc101 Run black Maxime Arthaud 2021-02-21 13:38:31 -08:00
  • ff3fdff2e7 Merge pull request #18 from meme-lord/master Maxime Arthaud 2021-02-07 07:27:24 -08:00
  • 8ae3369a17 Fix do_task() number of args errors introduced by my previous commit meme-lord 2021-02-07 13:25:55 +00:00
  • 1438e47d8d Merge pull request #17 from meme-lord/master Maxime Arthaud 2021-02-06 07:58:47 -08:00
  • ae47442cd6 Added fix for issue #9 meme-lord 2021-02-06 14:50:24 +00:00
  • ae5685fa94 Made an option to set user-agent, removed duplicate entries in tasks array meme-lord 2021-02-06 13:34:03 +00:00
  • ece7579cac Added user-agent meme-lord 2021-02-05 19:22:47 +00:00
  • acf71912dd Merge pull request #15 from snemes/fix Maxime Arthaud 2020-12-15 08:19:45 -08:00
  • 45c1b60863 Fixed detection of already downloaded files Sandor Nemes 2020-12-15 15:38:09 +01:00
  • 023ca106a7 Merge pull request #14 from AdamWelch1/master Maxime Arthaud 2020-12-01 22:38:12 -08:00
  • c7c6906ddb - Removed 2 errant whitespace lines from code - Replaced unnecessary 'if' clause with 'else' - Added a warning if the target directory is not empty - Removed commented-out code adam.welch 2020-12-01 23:41:23 -06:00
  • e8b0917c7e - Removed check if target folder is empty - Added logic: If a file already exists, don't re-download the file in most cases. Prints 'Already downloaded' in place of 'Fetching' message. adam.welch 2020-11-28 11:32:28 -06:00
  • fd46d32663 Merge pull request #10 from MomIsBestFriend/DOC-readme-typo Maxime Arthaud 2020-09-13 11:40:26 -07:00
  • d1003e55a7 DOC: Fixed small typo in README.md MomIsBestFriend 2020-09-13 18:13:39 +03:00
  • 4283c7ae6a Merge pull request #8 from degrigis/master Maxime Arthaud 2020-04-19 16:29:35 -07:00
  • e281947b88 Added Magit default wip refs degrigis 2020-04-19 15:56:10 -07:00
  • ebd8a8aa92 Disable unverified https warnings (closes #5) Maxime Arthaud 2020-01-04 13:57:56 +01:00
  • 52cbe7d739 Merge pull request #1 from pdparchitect/master Maxime Arthaud 2018-10-27 11:01:59 -07:00
  • 8987aa1376 Disable TLS verification. Petko D. Petkov 2018-10-26 11:34:13 +01:00
  • 746652d21f Improve directory listing detection Maxime Arthaud 2017-08-03 23:45:44 -07:00
  • 9f6ecb3ac7 Check for .git/refs/remotes/origin/master Maxime Arthaud 2017-07-30 22:48:05 -07:00
  • ef1db446b7 Use packs to find more objects Maxime Arthaud 2017-07-29 10:53:34 -07:00
  • 543554e604 Use python dulwich Maxime Arthaud 2017-07-25 22:40:20 -07:00
  • 7746af28d6 Fix a race condition Maxime Arthaud 2017-04-06 10:06:21 -07:00
  • 14af09cdf1 Use .git/objects/info/packs to find pack files Maxime Arthaud 2017-04-05 22:20:08 -07:00
  • be39b366b3 Use .git/info/refs to find more refs and objects Maxime Arthaud 2017-04-05 21:32:08 -07:00
  • 4db3806f9b Fix missing commas Maxime Arthaud 2017-04-05 20:00:58 -07:00
  • 9f1a3f6418 Update README.md Maxime Arthaud 2017-04-03 09:22:25 -07:00
  • cc14937265 Use allow_redirects=False Maxime Arthaud 2017-04-03 00:07:08 -07:00
  • c269bbd042 Using allow_redirects=False in RecursiveDownloadWorker Maxime Arthaud 2017-04-02 23:45:17 -07:00
  • d4d23f7031 Use .git/index to find more objects Maxime Arthaud 2017-04-02 21:51:10 -07:00
  • b56785b790 Complete rewrite to use multiple processes Maxime Arthaud 2017-04-02 15:24:00 -07:00
  • 05409308db Code clean-up Maxime Arthaud 2017-03-31 09:25:13 -07:00
  • 5ad94a0499 Initial script Maxime Arthaud 2017-03-30 23:11:39 -07:00
  • 9a47d3395f Initial commit Maxime Arthaud 2017-03-30 20:39:54 -07:00