aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2023-09-25gitignore: All exe files, no editor configs (#9126)Martin Polehla
2021-05-09Ignore GoLand cruftAudrius Butkevicius
2021-02-15build: Add build process for newgui (#7351)Jakob Borg
2020-08-25all: Use protobuf to generate config structs (fixes #6734) (#6900)Audrius Butkevicius
2020-05-11build: Update .gitignores for new asset locs (ref #6624) (#6631)Simon Frei
2020-04-14build: Remove snap build machinery (#6532)Jakob Borg
2018-12-18all: Become a Go module (fixes #5148) (#5384)Jakob Borg
* go mod init; rm -rf vendor * tweak proto files and generation * go mod vendor * clean up build.go * protobuf literals in tests * downgrade gogo/protobuf
2018-06-27build: Improve snap generation (fixes #4863, fixes #5000) (#5034)Ian Johnson
This makes the environment variables easier to read/change. Also expand the list so it's not inline, more readable that way. The new architecture syntax for snapcraft allows specifying both the building architecture and the running architecture of the snap, so if we specify the build-on architecture as the host architecture and the run-on architecture as the target architecture, then snapcraft shouldn't need to install any cross-compilers, etc.
2016-10-20jenkins: Build snapJakob Borg
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3678
2016-09-12build: Simpler creation of Debian packagesJakob Borg
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3591
2016-07-04build, cmd/stdiscosrv, cmd/strelaysrv: Rename binaries to add "st" prefixaviau
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3371
2016-06-02build: Add build steps for discosrvJakob Borg
2016-05-26debian: Rename debian directory to debtpl (fixes #3099)Jakob Borg
To keep it out of the way for actual, real, Debian packagers GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3195
2016-04-06build: Parameterize build targetsJakob Borg
2016-03-28build: Generate gui.files.go on the fly, remove from repoJakob Borg
2015-11-09Revert "Merge pull request #2440 from Stefan-Code/master"v0.12.2Jakob Borg
This reverts commit 81bc6bf34b262a0770e1f05357ceefe3f1b0d836, reversing changes made to 7de736e8d0a12f9fd0a97ccd2dcb1cf769783d21. Unfortunately this tricks the upgrade system into picking the wrong binary. We need to fix the upgrade system before merging this.
2015-11-09added ufw firewall application preset (fixes #2435)Stefan-Code
2015-08-31Remove leftovers from signingJakob Borg
2015-08-21Only accept correctly signed upgradesJakob Borg
2015-05-11haxJakob Borg
2015-05-08Remove system/editor specific ignores (ref #1778)Jakob Borg
2015-03-12Get version from RELEASE file if it exists, or guess from directory (fixes ↵Jakob Borg
#1449)
2015-01-13Update dependenciesJakob Borg
2014-12-22Include MD5 sums in archivesJakob Borg
2014-12-06Enable URL lang parameter for switching languages (fixes #1080)Dennis Wilson
2014-11-26GUI Rework: reorganized folders and split app.jsDennis Wilson
2014-08-19Do honest test coverage analysis in JenkinsJakob Borg
2014-07-30Remove discosrv (see https://github.com/syncthing/discosrv)Jakob Borg
2014-07-24Add performance stats collectionJakob Borg
2014-07-06Use LevelDB storage backendJakob Borg
2014-07-01Remove reprecated st* utilsJakob Borg
2014-06-10Fix coveralls.io data pushingJakob Borg
2014-05-28reverted 'use strict'Ryan Sullivan
2014-05-22Fix discosrv build, build as part of all (fixes #257)Jakob Borg
2014-05-21Un-ignore GodepsJakob Borg
2014-05-21Ignore sublime files and Godeps changesRyan Sullivan
2014-03-29The Great Rewrite (fixes #36, #61, #94, #101)Jakob Borg
Rewrite of the file model and pulling mechanism. Needs lots of cleanup and bugfixes, now...
2014-03-20Sign builds, upload signatures with release artefacts (fixes #97)Jakob Borg
2014-03-02Clean up build.shJakob Borg
2014-01-06Move build artefacts dirJakob Borg
2013-12-30Build artefacts in build dirJakob Borg
2013-12-22Build scriptJakob Borg
2013-12-15REBASE!v0.1Jakob Borg