|
|
@31970
|
[31970]
|
2 years |
ak19 |
Unused, but possibly useful, commented out code
|
|
|
@31897
|
[31897]
|
2 years |
ak19 |
Related to commit 31880 for supporting multiple proxy hosts/ports (one for …
|
|
|
@31884
|
[31884]
|
2 years |
ak19 |
Much simpler. If proxy env vars were already set upon GLI launch, they …
|
|
|
@31883
|
[31883]
|
2 years |
ak19 |
Previous commit was incomplete.
|
|
|
@31882
|
[31882]
|
2 years |
ak19 |
GLI now does storing, overriding and restoring of original proxy settings …
|
|
|
@31881
|
[31881]
|
2 years |
ak19 |
Text copied from the web into comments turned into strange characters on …
|
|
|
@31880
|
[31880]
|
2 years |
ak19 |
All the changes that were required to set up multiple proxy servers, one …
|
|
|
@31878
|
[31878]
|
2 years |
ak19 |
1. Previous commit message was incorrect: it wasn't that perl wasn't found …
|
|
|
@31877
|
[31877]
|
2 years |
ak19 |
Getting Windows wget to use proxy settings in environment. They didn't …
|
|
|
@31865
|
[31865]
|
2 years |
ak19 |
1. Helpful messages appended to the Download log directing the user to …
|
|
|
@31864
|
[31864]
|
2 years |
ak19 |
1. Modified GLI and perl to set proxy_on, proxy_host and proxy_port for …
|
|
|
@31861
|
[31861]
|
2 years |
ak19 |
Correcting Https to https.
|
|
|
@31860
|
[31860]
|
2 years |
ak19 |
The changes necessary for getting the new no_check_certificate checkbox to …
|
|
|
@31852
|
[31852]
|
2 years |
ak19 |
Java code no longer works out what the ultimate URL to download from is, …
|
|
|
@31851
|
[31851]
|
2 years |
ak19 |
1. Fixes to get proxying to work on Windows. 2. Fixes to timeout if a page …
|
|
|
@31843
|
[31843]
|
2 years |
ak19 |
1. Adding new Java class URLConnectionManager to get an …
|
|
|
@31839
|
[31839]
|
2 years |
ak19 |
Fixing a bug in my previous commit: redirectURL() should stop its …
|
|
|
@31831
|
[31831]
|
2 years |
ak19 |
Part of previous commit. GLI needs to pass WGETRC env var down to perl …
|
|
|
@31823
|
[31823]
|
2 years |
ak19 |
Another bugfix to GLI's downloadjob display: on Linux, the number of files …
|
|
|
@31822
|
[31822]
|
2 years |
ak19 |
Bugfix to GLI's download pane: when having multiple download jobs queued, …
|
|
|
@31821
|
[31821]
|
2 years |
ak19 |
Removing the (commented) out debug statements introduced during the …
|
|
|
@31820
|
[31820]
|
2 years |
ak19 |
The changes necessary for GLI's Java code to work properly with a wget …
|
|
|
@31817
|
[31817]
|
2 years |
ak19 |
Accidentally committed the debugging set to on with my previous bugfix …
|
|
|
@31816
|
[31816]
|
2 years |
ak19 |
Fix to getRedirectURL() being stuck forever if the proxy details are …
|
|
|
@31815
|
[31815]
|
2 years |
ak19 |
Minor modification to previous 2 commits
|
|
|
@31814
|
[31814]
|
2 years |
ak19 |
Combining the shutdown hooks for GS2 and GS3
|
|
|
@31813
|
[31813]
|
2 years |
ak19 |
Adding shutdownhook for GS2 to ensure the GS2 server is stopped on Ctrl-C. …
|
|
|
@31777
|
[31777]
|
2 years |
ak19 |
Related to bugfix of previous commit. Removing commented out working first …
|
|
|
@31776
|
[31776]
|
2 years |
ak19 |
Kathy described a problem on the mailing list about the AutoLoadConverters? …
|
|
|
@31733
|
[31733]
|
3 years |
ak19 |
Bugfix to nullpointer exception caused when converting a GS2 collection to …
|
|
|
@31722
|
[31722]
|
3 years |
ak19 |
Cosmetic changes
|
|
|
@31721
|
[31721]
|
3 years |
ak19 |
Removed unnecessary comments. Emacs tabbing.
|
|
|
@31720
|
[31720]
|
3 years |
ak19 |
1. GLI's DownloadJobs? don't allow pausing and resuming (the button used to …
|
|
|
@31719
|
[31719]
|
3 years |
ak19 |
Update to README describing the most recent commits.
|
|
|
@31718
|
[31718]
|
3 years |
ak19 |
Two more instances in GLI's Gatherer.java were using Java's Process …
|
|
|
@31717
|
[31717]
|
3 years |
ak19 |
Finally finished first draft of SafeProcess?.java Readme. Added more …
|
|
|
@31716
|
[31716]
|
3 years |
ak19 |
Comments adjusted
|
|
|
@31713
|
[31713]
|
3 years |
ak19 |
Further filling in the sections of the Readme doc on SafeProcess?
|
|
|
@31712
|
[31712]
|
3 years |
ak19 |
Logging on exception should happen regardless of whether the DEBUG flag is …
|
|
|
@31711
|
[31711]
|
3 years |
ak19 |
Prelinary stages of a README for developers wanting to use …
|
|
|
@31707
|
[31707]
|
3 years |
ak19 |
Adding an option to cancelProcess() that allows you to force the caller, …
|
|
|
@31706
|
[31706]
|
3 years |
ak19 |
On Mac too, not just linux, the exit value of a kill pid cmd can be 1. …
|
|
|
@31704
|
[31704]
|
3 years |
ak19 |
Cosmetic changes before bringing the GS3's src code version of SafeProcess? …
|
|
|
@31703
|
[31703]
|
3 years |
ak19 |
When an instance of SafeProcess? calls its static destroyProcess method, …
|
|
|
@31702
|
[31702]
|
3 years |
ak19 |
1. Correction to previous commit where I'd accidentally attempted a forced …
|
|
|
@31701
|
[31701]
|
3 years |
ak19 |
Cleaning up yesterday's commit
|
|
|
@31699
|
[31699]
|
3 years |
ak19 |
Mac testing of SafeProcess?: everything else worked (User comments, …
|
|
|
@31697
|
[31697]
|
3 years |
ak19 |
More changes to bring SafeProcess? GLI src version and GS3 src version up …
|
|
|
@31692
|
[31692]
|
3 years |
ak19 |
Major changes to SafeProcess? and classes of the download package, by …
|
|
|
@31670
|
[31670]
|
3 years |
ak19 |
Changing the EventListeners? list in GShell over to be CopyOnWriteArrayList? …
|
|
|
@31666
|
[31666]
|
3 years |
ak19 |
Uses synchronized methods vs synchronizing on objects in the right way and …
|
|
|
@31664
|
[31664]
|
3 years |
ak19 |
Tabbing for emacs.
|
|
|
@31651
|
[31651]
|
3 years |
ak19 |
Emacs tabbing and 2 extra lines of comments.
|
|
|
@31650
|
[31650]
|
3 years |
ak19 |
0. Debugging in SafeProcess? is turned off. 1. Tidying up recent commit to …
|
|
|
@31646
|
[31646]
|
3 years |
ak19 |
1. Moved isAvailable(program) into SafeProcess?.java from …
|
|
|
@31644
|
[31644]
|
3 years |
ak19 |
Learnt about shutdown hooks in Java. Adding one to GLI (Gatherer) to issue …
|
|
|
@31643
|
[31643]
|
3 years |
ak19 |
Taskkill does not seem to be a route, but adding in code that works, but …
|
|
|
@31642
|
[31642]
|
3 years |
ak19 |
For Windows, process.destroy() doesn't get called on interruption because …
|
|
|
@31641
|
[31641]
|
3 years |
ak19 |
Bugfix after changing over to SafeProcess?: XML parsing failed because of …
|
|
|
@31639
|
[31639]
|
3 years |
ak19 |
1. Correcting switch statement in SafeProcess? and tidying up some …
|
|
|
@31638
|
[31638]
|
3 years |
ak19 |
Rewriting GShell.runLocal() to use SafeProcess? instead of Process. This …
|
|
|
@31637
|
[31637]
|
3 years |
ak19 |
FileAssociationManager? no longer uses ExternalProgram? to run the which …
|
|
|
@31636
|
[31636]
|
3 years |
ak19 |
First phase of shifting gli code to use SafeProcess? instead of Java …
|
|
|
@31630
|
[31630]
|
3 years |
ak19 |
Further changes to SafeProcess? to turn some interfaces to abstract …
|
|
|
@31629
|
[31629]
|
3 years |
ak19 |
Adding a printStackTrace() to what was an empty catch statement.
|
|
|
@31620
|
[31620]
|
3 years |
ak19 |
Porting recent changes from GS3 SafeProcess? to GLI SafeProcess?
|
|
|
@31594
|
[31594]
|
3 years |
ak19 |
More equalising of debugging between the gli and gs3 src code versions of …
|
|
|
@31593
|
[31593]
|
3 years |
ak19 |
Porting the modifications for SafeProcess?.java from GS3 src code to GLI. …
|
|
|
@31586
|
[31586]
|
3 years |
ak19 |
Exceptions are now no longer handled by SafeProcess? at all times, but only …
|
|
|
@31585
|
[31585]
|
3 years |
ak19 |
GLI's DownloadPane?.java now also uses SafeProcess?.java when running a perl …
|
|
|
@31584
|
[31584]
|
3 years |
ak19 |
Related to previous commit. Removed the old_ functions to stop and start …
|
|
|
@31583
|
[31583]
|
3 years |
ak19 |
GS3ServerThread now uses SafeProcess?. And moved the code in Gatherer that …
|
|
|
@31582
|
[31582]
|
3 years |
ak19 |
In place of the Input- and OutputStreamGobbler? classes, am now shifting …
|
|
|
@31581
|
[31581]
|
3 years |
ak19 |
Minor changes ahead of bigger commits
|
|
|
@31566
|
[31566]
|
3 years |
kjdon |
modified VList format statement to match default in code
|
|
|
@31565
|
[31565]
|
3 years |
kjdon |
removed CLASSIFIER_DEFAULT_FORMAT, as it is not used. default format stuff …
|
|
|
@31557
|
[31557]
|
3 years |
ak19 |
1. Modifying name of option to turn on usercomments feature to match GS2 …
|
|
|
@31556
|
[31556]
|
3 years |
ak19 |
Adding the ability to turn on user comments from GLI. Off by default. Need …
|
|
|
@31293
|
[31293]
|
3 years |
davidb |
Close input and output streams before exiting via exception
|
|
|
@31190
|
[31190]
|
3 years |
ak19 |
First major commit to do with the new oaiinfo db that keeps track of which …
|
|
|
@30959
|
[30959]
|
3 years |
kjdon |
Made the ConfigEditor? modal so that people can't be editing the format …
|
|
|
@30870
|
[30870]
|
3 years |
kjdon |
adding xmlns:gslib into the root tags
|
|
|
@30869
|
[30869]
|
3 years |
kjdon |
we need to have xmlns:gslib in the main element
|
|
|
@30854
|
[30854]
|
3 years |
ak19 |
As per Kathy's suggestion, after editing the collectionConfig file with …
|
|
|
@30765
|
[30765]
|
3 years |
davidb |
More forgiving test for java vendor
|
|
|
@30763
|
[30763]
|
3 years |
davidb |
Removal of debug print statements
|
|
|
@30705
|
[30705]
|
3 years |
ak19 |
Merely tidying up.
|
|
|
@30702
|
[30702]
|
3 years |
ak19 |
Minor general improvements that I didn't want to commit with the previous, …
|
|
|
@30701
|
[30701]
|
3 years |
ak19 |
All the changes to get the new collectionConfig.xml Editor …
|
|
|
@30691
|
[30691]
|
3 years |
kjdon |
changed the way sort and facet elements are stored. they are currently not …
|
|
|
@30690
|
[30690]
|
3 years |
kjdon |
added string for defaultSort
|
|
|
@30680
|
[30680]
|
3 years |
ak19 |
Bugfix to previous commit, revision 30678.
|
|
|
@30678
|
[30678]
|
3 years |
ak19 |
Committing a working version of CollectionConfigXMLReadWrite that …
|
|
|
@29992
|
[29992]
|
4 years |
ak19 |
Minor correction to comment.
|
|
|
@29974
|
[29974]
|
5 years |
ak19 |
Improving previous commit: 1. now we do a single call to downloadinfo.pl …
|
|
|
@29972
|
[29972]
|
5 years |
ak19 |
More dynamic processing of downloaders. GLI used to use a fixed set of …
|
|
|
@29815
|
[29815]
|
5 years |
kjdon |
removed some debugging statements
|
|
|
@29793
|
[29793]
|
5 years |
ak19 |
some more changes to make adding metadata to filenames with non latin1 …
|
|
|
@29764
|
[29764]
|
5 years |
ak19 |
Added handling of GS2 in what was GS3-specific in the recently-added …
|
|
|
@29753
|
[29753]
|
5 years |
ak19 |
Related to commits 29687, 29729, 29730. The changes to incorporating the …
|
|
|