summaryrefslogtreecommitdiff
path: root/src/helsinki.at/rhimport/fetcher.go
Commit message (Expand)AuthorAgeFilesLines
* moved rhimport package to rhrd-go repoChristian Pointner2016-01-081-294/+0
* moved all db handling directly to contextChristian Pointner2016-01-081-1/+1
* move rddb to rhrd-goChristian Pointner2016-01-081-1/+1
* switched to more update2date go-curl libChristian Pointner2016-01-051-1/+1
* updated copyright headerChristian Pointner2016-01-051-1/+1
* removed Import prefix of some typesChristian Pointner2016-01-051-7/+7
* replaces FetchResult by ImportResultChristian Pointner2016-01-051-12/+7
* improved coding styleChristian Pointner2015-12-311-11/+11
* improved sanity check for local filesChristian Pointner2015-12-301-1/+17
* 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 telnet...Christian Pointner2015-12-211-0/+7
* 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
* 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
* 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