summaryrefslogtreecommitdiff
path: root/src/helsinki.at/rhimport/fetcher.go
Commit message (Collapse)AuthorAgeFilesLines
* session store now checks passwordChristian Pointner2015-12-261-24/+7
|
* session based callbacks work nowChristian Pointner2015-12-221-4/+12
|
* basic session handling works nowChristian Pointner2015-12-211-1/+1
|
* improved error handling and reporting, canceling running requests when ↵Christian Pointner2015-12-211-0/+7
| | | | telnet client leaves
* canceling using works nowChristian Pointner2015-12-211-2/+39
|
* added a cancel channel to fetcher/importer (untestedgit show)Christian Pointner2015-12-211-0/+4
|
* improved type safetyChristian Pointner2015-12-201-5/+6
|
* fetcher now checks for permissionsChristian Pointner2015-12-191-9/+54
| | | | improved error handling for fetcher
* local:// sanitzes path nowChristian Pointner2015-12-171-9/+8
|
* improved error handling and overall resilience to different situationsChristian Pointner2015-12-151-0/+2
|
* fetching show info works nowChristian Pointner2015-12-131-0/+1
|
* GroupName should now be only supplied for music poolsChristian Pointner2015-12-131-1/+0
| | | | added context SanityCheck before fetching files
* some thoughtsChristian Pointner2015-12-121-0/+11
|
* curl based importerChristian Pointner2015-12-111-8/+9
|
* minor code refactoringChristian Pointner2015-12-111-3/+1
|
* added support for progress callbacksChristian Pointner2015-12-101-5/+6
|
* importer deletes source file and dir if requestedChristian Pointner2015-12-101-1/+6
|
* first version of curl base fetcher works nowChristian Pointner2015-12-091-5/+63
|
* automatic protocol detection for curl based fetcherChristian Pointner2015-12-081-6/+59
|
* fetcher parses SourceUri and selects right fetcher functionChristian Pointner2015-12-081-3/+35
|
* import_file should be doneChristian Pointner2015-12-081-1/+5
|
* moved DB into seperate moduleChristian Pointner2015-12-081-2/+2
|
* major refactoring of base structureChristian Pointner2015-12-081-0/+34