Commit Graph

902 Commits (119bbe1f7112c5f6ff02fb3d57b11ab954ed0e28)

Author SHA1 Message Date
Nimetu 60a739955b Merge with develop
--HG--
branch : compatibility-develop
9 years ago
Nimetu f15926dd7e Changed: Remove legacy HTTPCurrentDomain variable
--HG--
branch : develop
9 years ago
Nimetu 8aa2a3ced6 Changed: Rename CUrlParser domain variable
--HG--
branch : develop
9 years ago
kervala 2d8407157b Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala a002b20c7f Changed: Minor changes
--HG--
branch : develop
9 years ago
kervala e42d3a3f74 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala a410f2fcc1 Changed: Better camel case syntax
--HG--
branch : develop
9 years ago
kervala 53f2292613 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
depyraken 96fd182335 add isloopbackIPAddress prototype to code/nel/include/nel/net/inet_address.h
add isloopbackIPAddress to code/nel/src/net/inet_address.cpp
add IPv4&IPv6 loopback IP addresses to localAddresses

In code/nel/src/net/unified_network.cpp:
replace is127001 calls by isloopbackIPAddress
change wrong comments about default network id (nid = 0xFF)
When the selected connectionId is not valid
	warnings are not triggered anymore when using default network (nid = 0xFF): the logs were full of warnings and the server was lagging
	When nid = 0xFF, the new connectionId is stored into DefaultNetwork
	When nid <> 0xFF, the new connectionId is stored into NetworkConnectionAssociations[nid]

--HG--
branch : develop
9 years ago
kaetemi f767e7a488 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kaetemi 198323b9b5 Compile fix
--HG--
branch : develop
9 years ago
kervala 6b2e47e59e Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 89be3e39de Fixed: Clang warnings
--HG--
branch : develop
9 years ago
kervala 833976be5b Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 0d773e3e79 Fixed: Use nlfopen in tools and servers
--HG--
branch : develop
9 years ago
kervala 410b9bcf55 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala d7121b4b7a Changed: Don't need to use Windows functions with locale because the bug also occurs under Linux and OS X
--HG--
branch : develop
9 years ago
kervala 94f4e901c9 Changed: Fix clang warnings
--HG--
branch : develop
9 years ago
kervala a77fee685b Changed: Implement CI18N::setSystemLanguageCode, if we must force it
Fixed: CI18N::getSystemLanguageCode under Windows (use 2 different methods)

--HG--
branch : develop
9 years ago
Nimetu 261d9c789b Merge with develop
--HG--
branch : compatibility-develop
9 years ago
Nimetu 1d0d1a505c Added: Possibility to set text as grayed in combo box
--HG--
branch : develop
9 years ago
Nimetu 5c7eeb6d32 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala f481a12799 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 6104011d11 Changed: New functions launchProgramArray to pass an array of strings as arguments (easier to escape)
--HG--
branch : develop
9 years ago
kervala b3b48a3ae3 Changed: New functions to convert arguments string from/to an array of strings
--HG--
branch : develop
9 years ago
Nimetu a95c887534 Changed: Implement multi-row select box
--HG--
branch : develop
9 years ago
Nimetu e2fca3a8f3 Added: http-equiv refresh
--HG--
branch : develop
9 years ago
kervala 3161ec2a77 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 69547db6ce New function to format a timestamp to human readable
--HG--
branch : develop
9 years ago
kervala 9370e93dd6 Removed useless comments/commented code
--HG--
branch : develop
9 years ago
kervala aaecf96b67 Use new wrapper insteaf of fopen, issue #261
--HG--
branch : develop
9 years ago
kervala e69090c457 Create fopen wrapper that internally uses wide characters under Windows, issue #261
--HG--
branch : develop
9 years ago
kaetemi 30077f3977 Move some stuff for easier debug
--HG--
branch : develop
9 years ago
Gary Preston b4a7ab66ab Add vector include and remove extra qualification on s_InitFlags.
--HG--
branch : develop
9 years ago
kaetemi 1fbc179bc3 Centralized project directory configuration mechanism
--HG--
branch : feature-material-editor
9 years ago
kaetemi 874ac2c921 Move pipeline utilities into new pipeline library
--HG--
branch : feature-material-editor
9 years ago
kervala 8327d22117 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala edf4331d1a Fixed: Implements IPv6 in CInetAddress
--HG--
branch : develop
9 years ago
kervala b873aae389 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala a4d98fb13b Changed: Remember startup path (the initial current directory)
--HG--
branch : develop
9 years ago
kervala ddff1b4e5e Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kaetemi 9602fcc8f0 Also support AppData/Local to allow a non-roaming config
--HG--
branch : develop
9 years ago
kervala 6459d901ef Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 092a3226bd Changed: New function bytesToHumanReadableUnits to use specific strings for units
--HG--
branch : develop
9 years ago
kervala 0919fc66e4 Changed: Support more values for fromString with a boolean
--HG--
branch : develop
9 years ago
kervala 325242c2e4 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 89319eb99c Changed: Put libxml code in .cpp (it was a hack for libwww, that is not used anymore...)
--HG--
branch : develop
9 years ago
kervala af2f38612a Fixed: Remove inherited dependency on libxml2 for all projects
--HG--
branch : develop
9 years ago
kervala 9aea637643 Merge with develop
--HG--
branch : compatibility-develop
9 years ago
kervala 19aa093ea8 Changed: Centralize BNP unpacking and packing methods, to be reused in other tools/programs
--HG--
branch : develop
9 years ago