aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* fix #589, extra HTML in locationBananeweizen2011-10-021-1/+1
* fix #552: don't invoke getRating for non GC cachesBananeweizen2011-10-0212-287/+322
* don't use patterns for simple string replacementsBananeweizen2011-10-021-34/+49
* Use HTTP connection and read timeoutsSamuel Tardieu2011-10-011-4/+6
* Cleanup cgHtmlImg variable scopes and ensure stream closingSamuel Tardieu2011-10-011-22/+22
* Use Apache httpClient provided utilitiesSamuel Tardieu2011-10-011-11/+2
* Detect null pointer without throwing an exceptionSamuel Tardieu2011-10-011-18/+20
* Display HTTP response code and timing information in logSamuel Tardieu2011-10-011-4/+13
* The last part of the elevation API URI went missingSamuel Tardieu2011-10-011-1/+1
* Merge pull request #578 from koem/iconsSamuel Tardieu2011-10-014-6/+7
|\
| * attributes: maintenance icon de-uglyfiedkoem2011-09-304-6/+7
* | Merge #510bananeweizen2011-10-017-148/+162
|\ \
| * | Pimped additional regexblafoo2011-09-251-3/+4
| * | Pimped additional regexblafoo2011-09-253-59/+27
| * | Pimped additional regexblafoo2011-09-255-99/+91
| * | "Simplified" regexblafoo2011-09-251-41/+3
| * | Tuned regex for description and hintblafoo2011-09-253-53/+117
* | | Merge remote-tracking branch 'upstream/master' into database-optimizationkeith.paterson2011-09-304-14/+50
|\ \ \
| * | | Use contributor real nameSamuel Tardieu2011-09-301-1/+1
| * | | Use reflection to invoke compatibility methodSamuel Tardieu2011-09-303-13/+49
* | | | Documentationkeith.paterson2011-09-301-2/+9
* | | | Documentationkeith.paterson2011-09-301-12/+24
* | | | Documentationkeith.paterson2011-09-301-7/+27
|/ / /
* | | additional test for whitespace replacement performancebananeweizen2011-09-301-10/+10
* | | revert parts of 1246ee08e243bfb7aa876af9b2a206e6c2d485d3 for betterbananeweizen2011-09-301-4/+23
| |/ |/|
* | Merge pull request #576 from scrool/missing_translation_fixkoem2011-09-291-1/+1
|\ \
| * | Use more portable single equals in ifPavol Babincak2011-09-291-1/+1
* | | Remove unused methodsSamuel Tardieu2011-09-301-45/+0
* | | Added to contributorsStephan Merker2011-09-291-0/+1
* | | Updated Slovak translationPavol Babincak2011-09-291-0/+2
|/ /
* | Mark unused but necessary parameters so that they don't get removedSamuel Tardieu2011-09-298-0/+108
* | Merge branch 'master' of https://Bananeweizen@github.com/cgeo/c-geo-opensourc...bananeweizen2011-09-298-36/+38
|\ \
| * | Reinstate View on objects referenced from XML layoutSamuel Tardieu2011-09-298-36/+38
* | | fix #557: one log image link only (even with multiple images)bananeweizen2011-09-291-8/+12
|/ /
* | Use real parameters instead of a Map for searchTrackable()Samuel Tardieu2011-09-292-23/+3
* | Use real parameters instead of a Map for searchByViewport()Samuel Tardieu2011-09-292-27/+3
* | Use real parameters instead of a Map for searchByOwner()Samuel Tardieu2011-09-292-17/+6
* | Factor out cache type handling in search requestsSamuel Tardieu2011-09-291-15/+19
* | Use real parameters instead of a Map for searchByUsername()Samuel Tardieu2011-09-292-15/+3
* | Use real parameters instead of a Map for searchByKeyword()Samuel Tardieu2011-09-292-14/+3
* | Use real parameters instead of a Map for searchByCoords()Samuel Tardieu2011-09-292-28/+5
* | Use real parameters instead of a Map for searchByHistory()Samuel Tardieu2011-09-292-15/+3
* | Use real parameters instead of a Map for searchByOffline()Samuel Tardieu2011-09-292-30/+7
* | Use real parameters instead of a Map for searchByGeocode()Samuel Tardieu2011-09-293-30/+10
* | Do not assign getView() view parameterSamuel Tardieu2011-09-294-51/+59
* | fix compile errors after merging #544 (tests still to be fixed)bananeweizen2011-09-291-2/+0
* | Merge pull request #544 from stephanme/importwptBananeweizen2011-09-291-25/+116
|\ \
| * | Improved getWaypointsFileForGpx()Stephan Merker2011-09-281-4/+5
| * | Import waypoint file together with cache gpx file if existsStephan Merker2011-09-271-47/+64
| * | performance improvement for importing waypointsStephan Merker2011-09-251-14/+17