aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-04Linguist 2.3.3v2.3.3Joshua Peek
2012-09-02Merge pull request #247 from github/check-size-firstScott J. Goldman
When testing if a blob is indexable or safe to colorize, check size first
2012-09-02Linguist 2.3.2v2.3.2Scott J. Goldman
2012-09-02When testing if a blob is safe to colorize, check size firstScott J. Goldman
Similar to e415a13
2012-08-31When testing if a blob is indexable, check size firstScott J. Goldman
Otherwise, charlock_holmes will allocate another large binary buffer for testing the encoding, which is a problem if the binary blob is many hundreds of MB large. It'll just fail and crash ruby.
2012-08-28Merge pull request #245 from jcazevedo/masterJoshua Peek
Add Shell sample
2012-08-28Add Shell sampleJoao Azevedo
2012-08-27Linguist 2.3.1v2.3.1Joshua Peek
2012-08-27Add C++ sampleJoshua Peek
2012-08-27Rebuild samples dbJoshua Peek
2012-08-27Only read up to 100KBJoshua Peek
2012-08-27Add another C sampleJoshua Peek
2012-08-23Add more C samplesJoshua Peek
Closes #237
2012-08-20Linguist 2.3.0v2.3.0Joshua Peek
2012-08-20Require newer mime-type gemJoshua Peek
2012-08-20Drop mime type moduleJoshua Peek
Closes #206
2012-08-20Inline mime type lookup into blob helperJoshua Peek
2012-08-20Remove other mime type hacksJoshua Peek
2012-08-20Only double check binary mime type when lazy loading blobJoshua Peek
2012-08-20Only double check with binary mime type when lazy loading blobJoshua Peek
2012-08-20Trim down mime type overrides that are old or now pushed upstreamJoshua Peek
Related #206
2012-08-20Add more Prolog samplesJoshua Peek
Closes #233
2012-08-20Merge pull request #228 from github/cpp-samplesJoshua Peek
Add more C++ samples
2012-08-20Rebuild samples dbJoshua Peek
2012-08-20Skip emiting comment tokensJoshua Peek
2012-08-15Add more C++ samplesJoshua Peek
Closes #225
2012-08-15Remove extname from bin outJoshua Peek
2012-08-13Merge branch 'brcooley-master'Joshua Peek
2012-08-13Rebuild samples dbJoshua Peek
2012-08-13Rename to magic .script! extJoshua Peek
2012-08-13Adding extensionless script to Shell samplesbrc
2012-08-07Linguist 2.2.1v2.2.1Joshua Peek
2012-08-07Fix nil data passed to generatedJoshua Peek
2012-08-06Merge branch 'kassi-master'Joshua Peek
2012-08-06Add more applescript samplesJoshua Peek
2012-08-06Update samples dbJoshua Peek
2012-08-06Removed scpt sample due to binary file format (extension)Karsten Silkenbäumer
2012-08-05Change primary extension for applescriptKarsten Silkenbäumer
2012-08-05Add type programming to applescriptKarsten Silkenbäumer
2012-08-03Linguist 2.2.0v2.2.0Joshua Peek
2012-08-03Still index .txtJoshua Peek
2012-08-03Extract seperate language detection methodJoshua Peek
2012-08-03Extract generated blob check into its own moduleJoshua Peek
2012-08-03Forgot to move hidden samples to the correct dirJoshua Peek
2012-08-03Sort test assertionJoshua Peek
2012-08-03Move shebang detection into classifierJoshua Peek
Fixes #203
2012-08-03Stop treating text as a languageJoshua Peek
2012-08-03Change find_by_filename api to return all matching languagesJoshua Peek
2012-07-24Merge branch 'jeanSapristi-master'Joshua Peek
2012-07-24Update samples dbJoshua Peek