summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/text
Commit message (Collapse)AuthorAgeFilesLines
* MM-9072/MM-10185 Force-convert the encoding of OpenGraph metadata to UTF-8 ↵Hyeseong Kim2018-04-3034-0/+156821
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#8631) * Force-convert non-UTF8 HTML to UTF8 before opengraph processing * Split the force-encoding function * Add benchmark Test for the forceHTMLEncodingToUTF8() ``` Running tool: /home/comet/go-v1.9.2/bin/go test -benchmem -run=^$ github.com/mattermost/mattermost-server/app -bench ^BenchmarkForceHTMLEncodingToUTF8$ [03:32:58 KST 2018/04/21] [INFO] (github.com/mattermost/mattermost-server/app.TestMain:28) -test.run used, not creating temporary containers goos: linux goarch: amd64 pkg: github.com/mattermost/mattermost-server/app BenchmarkForceHTMLEncodingToUTF8/with_converting-4 100000 11201 ns/op 18704 B/op 32 allocs/op BenchmarkForceHTMLEncodingToUTF8/without_converting-4 300000 3931 ns/op 4632 B/op 13 allocs/op PASS ok github.com/mattermost/mattermost-server/app 2.703s Success: Benchmarks passed. ``` * Remove an unnecessary constraint * Add pre-check if content-type header is already utf-8 * Move the checking for utf-8 into forceHTMLEncodingToUTF8() for testing * Revert df3f347213faa0d023c26d201fa6531f46391086..HEAD, without Gopkg.lock
* Depenancy upgrades and movign to dep. (#8630)Christopher Speller2018-04-16385-416494/+0
|
* Upgrading server dependancies (#8308)Christopher Speller2018-02-161-0/+3
|
* Updated dependencies and added avct/uasurfer (#8089)Harrison Healey2018-01-16146-30103/+83421
| | | | | | * Updated dependencies and added avct/uasurfer * Added uasurfer to NOTICE.txt
* Updating server dependancies. (#7816)Christopher Speller2017-11-1333-124/+69331
|
* Updating server dependancies. (#7538)Christopher Speller2017-09-2970-12811/+15592
|
* Updating server dependancies. (#7246)Christopher Speller2017-08-1720-150/+830
|
* Upgrading server dependancies (#6984)Christopher Speller2017-07-2027-9506/+10377
|
* Updating server dependancies (#6712)Christopher Speller2017-06-2124-351/+5622
|
* Upgrading server dependancies (#6431)Christopher Speller2017-05-175-2/+1092
|
* Upgrading server dependancies (#6215)Christopher Speller2017-04-2433-2840/+1673
|
* Fixing race conditions in the code base (#5966)Corey Hulen2017-04-049-181/+274
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding initial race detector * Remove setting of config twice * Fixing config file watch and config reload on license save * Fixing config file watch and config reload on license save * Fixing build error * Fixing locking issue * Fixing makefile * Fixing race in config * Fixing race in status unit test * Adding EE race tests * Fixing race in cluster info * Removing code that's isn't needed * Fixing some more races * Fixing govet issue
* PLT-6076 Adding viper libs for config file changes (#5871)Corey Hulen2017-03-25361-0/+416351
* Adding viper libs for config file changes * Removing the old fsnotify lib * updating some missing libs