You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
orbiter
3bd1db776a
implemented switch for admin authorization from localhost:
...
- access is granted for localhost users to administration pages by default
- the default setting can be changed in the BasicConfig.html page
- if the BasicConfig page was accessed with post and no password was submitted, a random password is generated
- a headless installation MUST give a password upon first call of the configuration page, otherwise they will not be able to access it again
- if no password is given within 10 minutes after start-up, a random password is generated
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4804 6c8d7289-2bf4-0310-a012-ef5d649a1542
17 years ago
..
EasySSLProtocolSocketFactory.java
HTTPC: allowed self-signed certs
17 years ago
EasyX509TrustManager.java
HTTPC: allowed self-signed certs
17 years ago
HttpClient.java
refactoring (initialized static fields, removed empty if/else, serialized some fields in serializable classes)
17 years ago
HttpConnectionInfo.java
- HTTPC ConnectionInfo entfernen bei Exceptions, unnötigen Code entfernt
17 years ago
JakartaCommonsHttpClient.java
added file for previous commit
17 years ago
JakartaCommonsHttpResponse.java
change for problem with NPE (seen as "PROXY Unknown Error while processing request")
17 years ago
httpChunkedInputStream.java
some memory enhancements when generating and displaying ymage objects
18 years ago
httpChunkedOutputStream.java
small cosmetic change for static fields in serverCore (special protocol ASCII entities) to improve readability
18 years ago
httpHeader.java
escape some unescaped characers in URLs (fixes problems with proxy)
17 years ago
httpRemoteProxyConfig.java
replaced httpc with Apache Jakarta Commons HttpClient (includes some refactoring ;)
17 years ago
httpSSI.java
added a search history to the new search page
17 years ago
httpTemplate.java
more performance hacks
17 years ago
httpd.java
implemented switch for admin authorization from localhost:
17 years ago
httpdAlternativeDomainNames.java
major step forward to network switching (target is easy switch to intranet or other networks .. and back)
17 years ago
httpdBoundedSizeOutputStream.java
*) bugfix for wrong proxy traffic accounting
18 years ago
httpdByteCountInputStream.java
fixed deadlock
17 years ago
httpdByteCountOutputStream.java
refactoring (initialized static fields, removed empty if/else, serialized some fields in serializable classes)
17 years ago
httpdFileHandler.java
implemented switch for admin authorization from localhost:
17 years ago
httpdLimitExceededException.java
added option to see ranking scores in surftipps
19 years ago
httpdProxyHandler.java
- added option to switch between yacy networks, especially between the two default networks (freeworld and intranet),
17 years ago
httpdRobotsTxtConfig.java
refactoring of switchboard queueing
17 years ago