aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove copied commentsJoseph Hunkeler2020-09-031-5/+2
|
* Remove CircleCI:Joseph Hunkeler2020-09-031-47/+0
| | | | | * No access to build logs without Github+OAuth * https://discuss.circleci.com/t/open-source-project-build-log-requires-authentication-to-view/37287
* Add get_timestamp function; Find program handles paths to files too;Joseph Hunkeler2020-09-031-11/+40
|
* Create cmake.yml (#2)Joseph Hunkeler2020-09-031-0/+91
| | | * Create cmake.yml
* Clean up find_programJoseph Hunkeler2020-09-031-3/+5
|
* find_program() returns the absolute path if it begins with "./"Joseph Hunkeler2020-09-031-9/+19
|
* Add strip_domainname function; Add missing @param for copy functionJoseph Hunkeler2020-09-031-10/+26
|
* Improvements:Joseph Hunkeler2020-09-021-21/+38
| | | | | | | | * Added field_type and field_where to user_transfer() to make visually inspecting code easier * Applied new MULTIHOME_* defines * Generate blank transfer config during first-run * Change wording "inject" -> "pull" * Show path to transfer config
* Add MULTIHOME_* defines to reduce string duplicationsJoseph Hunkeler2020-09-021-1/+9
| | | | * Added COPY_UPDATE define for updated copy() signature
* Update README.mdJoseph Hunkeler2020-09-021-2/+7
|
* Add .circleci/config.yml (#1)Joseph Hunkeler2020-09-022-0/+49
|
* Update README.mdJoseph Hunkeler2020-09-011-1/+1
|
* Update README.mdJoseph Hunkeler2020-09-011-1/+1
|
* Update README.mdJoseph Hunkeler2020-09-011-1/+35
|
* Remove newlineJoseph Hunkeler2020-09-011-1/+0
|
* Use HOME_OLD set by the init script for update mode instead. More robustJoseph Hunkeler2020-09-011-10/+7
|
* set new path to old path in update modeJoseph Hunkeler2020-09-011-1/+8
|
* Actually ignore empty linesJoseph Hunkeler2020-09-011-1/+1
|
* Implement update modeJoseph Hunkeler2020-09-011-10/+33
|
* Update README.mdJoseph Hunkeler2020-09-011-2/+2
|
* Update README.mdJoseph Hunkeler2020-09-011-27/+78
|
* Get basename from program entrypoint instead of hardcoding the program nameJoseph Hunkeler2020-09-011-2/+6
|
* Implement find_programJoseph Hunkeler2020-09-011-9/+52
|
* And populate buf otherwiseJoseph Hunkeler2020-09-011-0/+2
|
* Only call realpath when path is relativeJoseph Hunkeler2020-09-011-3/+5
|
* Optimize abspath generationJoseph Hunkeler2020-09-011-6/+1
|
* Fix NULL hostnameJoseph Hunkeler2020-08-311-1/+1
|
* Fix empty multihome.config_transfer pathJoseph Hunkeler2020-08-311-1/+20
|
* Comment init scriptJoseph Hunkeler2020-08-311-1/+5
|
* Wrap test code in #ifdef/#endifJoseph Hunkeler2020-08-311-1/+10
|
* Disable line buffering; Implement basic tests; Fix mkdirs bug: do not ↵Joseph Hunkeler2020-08-312-18/+114
| | | | prepend "/" to path
* Bake in path to rsync a compile-timeJoseph Hunkeler2020-08-313-10/+11
|
* Add platform checksJoseph Hunkeler2020-08-311-1/+23
|
* Ignore all idea output directoriesJoseph Hunkeler2020-08-311-1/+1
|
* Allow change to home rootJoseph Hunkeler2020-08-312-3/+14
|
* Handle some possible home directory errors. Fix topdir symlink to point to ↵Joseph Hunkeler2020-08-301-3/+17
| | | | the correct place.
* Refuse to nestJoseph Hunkeler2020-08-301-0/+7
|
* Update README.mdJoseph Hunkeler2020-08-301-2/+0
|
* Update README.mdJoseph Hunkeler2020-08-301-1/+1
|
* Update README.mdJoseph Hunkeler2020-08-301-2/+2
|
* Update README.mdJoseph Hunkeler2020-08-301-1/+128
|
* Fix accidental text replacementJoseph Hunkeler2020-08-301-3/+3
|
* Close transfer configJoseph Hunkeler2020-08-301-0/+1
|
* Use global tranfer configJoseph Hunkeler2020-08-301-6/+4
|
* Update multihome.hJoseph Hunkeler2020-08-301-0/+3
|
* Update multihome.cJoseph Hunkeler2020-08-301-4/+1
|
* Initial commitJoseph Hunkeler2020-08-304-0/+541
|
* Initial commitJoseph Hunkeler2020-08-303-0/+41