2
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Jul 30, 2025 — Jul 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Corrected a text formatting error More... over 12 years ago
Updated the readme with a few adjustments More... over 12 years ago
Merge pull request #413 from RomanMinkin/patch-1 More... almost 13 years ago
Update README.md More... almost 13 years ago
Added a note in relation to #406 More... almost 13 years ago
Merge branch 'fix/grunt-contrib-jshint-options' of github.com:RomanMinkin/socketstream into RomanMinkin-fix/grunt-contrib-jshint-options More... almost 13 years ago
Merge branch 'issue-408' of github.com:RomanMinkin/socketstream into RomanMinkin-issue-408 More... almost 13 years ago
Fixed misspelling in test/unit/utils/file.test.js More... almost 13 years ago
1. Fixed methods descriptions in lib/utils/file.js 2. Added desctiption and test for .loadPackageJSON() in lib/utils/file.js More... almost 13 years ago
1. Fixed description for function chDir() in lib/utils/file.js 2. Added description for functions and public methods in lib/utils/file.js 3. Updated public method .readDirSync() in lib/utils/file.js, removed unnecessary variables and IF statements 4. Added tests and fixtures for .readDirSync() More... almost 13 years ago
Added code climate score to the README More... almost 13 years ago
Merge pull request #407 from pygy/RPCobject More... almost 13 years ago
Fixed Grunt's jshint tasks to be able to merge options, according to https://github.com/gruntjs/grunt-contrib-jshint/pull/24#issuecomment-14976842 More... almost 13 years ago
Merge pull request #402 from RomanMinkin/feature/disable-client-modularization-for-paths More... almost 13 years ago
Updated client_side_code.md for #402 More... almost 13 years ago
Rename "brosefyExcludePaths" to "browserifyExcludePaths", base on https://github.com/socketstream/socketstream/pull/402#commitcomment-4387693 More... almost 13 years ago
- should bump to 2.0.1, was 0.6.3! - Linted all the file from 'lib/client/' directory - Linted 'lib/utils/file.js' - Linted 'lib/utils/misc.js' - Updated tests for all the files from lib/utils/ directory, now ut'seasy to read 'grunt test' output - 'test/unit/utils/utils.test.js' remaned to 'test/unit/utils/file.test.js' to be in tact with original file name - Added tests for 'lib/utils/misc.js' .parseWsMessage() More... almost 13 years ago
Actions can now be an object created with `new` rather than a literal. More... almost 13 years ago
Added the changes that Roman made to setting status code and header back after accidentally removing them as part of a git conflict merge More... almost 13 years ago
Merge branch 'fix/added-content-type-charset' of https://github.com/RomanMinkin/socketstream into RomanMinkin-fix/added-content-type-charset More... almost 13 years ago
Added support for GZIP compression for main HTML files Related issue https://github.com/socketstream/socketstream/pull/376 More... almost 13 years ago
Fixed to 'Content-Type': 'text/html; charset=UTF-8' More... almost 13 years ago
Added 'Content-Type': 'text/html, utf-8' on response header defenition More... almost 13 years ago
Removed forgotten console.log() call More... almost 13 years ago
Added check for option key existing for client modularization option More... almost 13 years ago
Added options for disabling modularization of client side for sertain paths Based on https://github.com/socketstream/socketstream/pull/368 More... almost 13 years ago
Updating for version 0.3.10 More... almost 13 years ago
Fixed an issue with loading the app as mentioned in #401 More... almost 13 years ago
An attempt to address #401, cross fingers this works More... almost 13 years ago
An attempt to fix #401, and to push version 0.3.8 More... almost 13 years ago