summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* [infra] updated packaging configSolly Ross2017-10-041-0/+1
| | | | | | | | | This updates the .npmignore file to ignore some new files that were recently added, and to keep the `core` directory, so that noVNC can be used as an ES6 module from NPM. This also updates package.json to clean when generating lib files in the `prepare` phase (which has replaced the `prepublish` phase).
* Refactor ES6 module structure/split up UtilSolly Ross2017-03-211-0/+2
| | | | | | | | | | This commit restructures many of the ES6 modules, splitting them up to actual export multiple functions instead of a single object. It also splits up Util into multiple sub-modules, to make it easier to maintain. Finally, localisation is renamed to localization.
* Vendor an ES6-modules-compatible PakoSolly Ross2017-03-011-3/+3
| | | | | This commit vendors a converted, stripped-down version of Pako which uses ES6 modules instead of CommonJS modules.
* Enable noVNC to become BrowserifiableSolly Ross2016-09-161-0/+3
| | | | | | This commit restructures noVNC, splitting it into the core directory and the app directory, with the former containing core noVNC parts, and the latter containing parts specific to the application.
* Make sure websockify is cloned to the correct dirSolly Ross2015-02-171-0/+1
| | | | | | | When `utils/launch.sh` clones websockify, it can be cloned into the incorrect directory, depending on how `utils/launch.sh` is run. This commit ensures that websockify is always cloned into `utils/websockify`.
* Keyboard Handling [3/8]: Add unit tests for new keyboard handlingjalf2013-12-051-0/+1
| | | | | | Relies on the libraries chai and mocha (available via npm from Node.JS). Add anything installed via npm to the .gitignore file.
* Remove references to wsproxy.Joel Martin2013-04-151-1/+0
| | | | Also, update nova-novncproxy to import websockify instead of wsproxy.
* Ignore utils/rebind.soJoel Martin2011-03-231-0/+1
|
* TODO and .gitignore: updates.Joel Martin2010-09-081-0/+1
|
* First pass at working C wsproxy.Joel Martin2010-06-041-0/+2
| | | | No sequence numbering and only support b64encoding at the moment.
* Ignore python bytecode files.Joel Martin2010-05-061-0/+1